We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4c946 commit fe60a1dCopy full SHA for fe60a1d
1 file changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build
47
run: |
48
# Ensure the build fail if gradle tries to install/update an SDK package.
49
- echo 'android.builder.sdkDownload=false' >>gradle.properties
+ # echo 'android.builder.sdkDownload=false' >>gradle.properties
50
./gradlew app:assembleArmRocks${{ matrix.variant }}
51
52
# }}}
0 commit comments