Skip to content

Commit

Permalink
try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Mar 21, 2024
1 parent c307162 commit a4cba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Make gradle wrapper executable
run: chmod +x gradlew
run: sudo chmod +x gradlew

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
Expand Down

0 comments on commit a4cba5e

Please sign in to comment.