Skip to content

Commit 2b89e72

Browse files
committed
Enable configuration on demand for prebuild target
1 parent 3b8029e commit 2b89e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Compile SQLite with Gradle
6262
if: steps.cache_prebuild.outputs.cache-hit != 'true'
6363
run: |
64-
./gradlew --scan internal:prebuild-binaries:compileAll
64+
./gradlew --scan --configure-on-demand internal:prebuild-binaries:compileAll
6565
shell: bash
6666
- uses: actions/upload-artifact@v5
6767
id: upload

0 commit comments

Comments
 (0)