Skip to content

Commit 226999d

Browse files
Apply suggestion from @benoit-pierre
1 parent 99c5dc1 commit 226999d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build
4747
run: |
4848
# Ensure the build fail if gradle tries to install/update an SDK package.
49-
# echo 'android.builder.sdkDownload=false' >>gradle.properties
49+
echo 'android.builder.sdkDownload=false' >>gradle.properties
5050
./gradlew app:assembleArmRocks${{ matrix.variant }}
5151
5252
# }}}

0 commit comments

Comments
 (0)