Skip to content

Commit

Permalink
fix: Added chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
CoasterFreakDE committed Jun 11, 2024
1 parent e59f250 commit 241c1f7
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 @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 21
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Cache SonarQube packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 241c1f7

Please sign in to comment.