Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
you wanna know what happens when you run chmod +x gradlew on windows? nothing.
  • Loading branch information
thewiilover authored Jun 24, 2024
1 parent 236a134 commit a1ab118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ndk-version: r21d
local-cache: true
- name: Make Gradle wrapper executable
run: git lfs pull | chmod +x ./gradlew
run: git lfs pull
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit a1ab118

Please sign in to comment.