Skip to content

Commit fe60a1d

Browse files
committed
build
1 parent eb4c946 commit fe60a1d

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)