We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992dbc0 commit 81fcc82Copy full SHA for 81fcc82
1 file changed
.github/workflows/android lint.yml
@@ -21,6 +21,8 @@ jobs:
21
distribution: zulu
22
java-version: 21
23
cache: gradle
24
+ - name: Make gradlew executable
25
+ run: chmod +x ./gradlew
26
- name: Create local.properties
27
run: |
28
echo "sdk.dir=$(pwd)/android-sdk" >> local.properties
0 commit comments