Skip to content

Commit

Permalink
make wrapper executable
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jun 15, 2024
1 parent 0104cda commit 212f291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@72f2cec99f417b1a1c5e2e88945068983b7965f9
- name: Change wrapper permissions
run: chmod +x ./gradlew
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
- uses: actions/setup-java@4075bfc1b51bf22876335ae1cd589602d60d8758
with:
Expand Down

0 comments on commit 212f291

Please sign in to comment.