Skip to content

Commit

Permalink
feat(#217): Chmod only the needed scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Mar 6, 2021
1 parent 83d3696 commit 2f35d6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Prepare scripts
run: |
chmod +x gradlew
chmod +x tools/*.sh
run: chmod +x gradlew

- name: Prepare local.properties
run: |
Expand Down

0 comments on commit 2f35d6a

Please sign in to comment.