We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8029e commit 2b89e72Copy full SHA for 2b89e72
.github/workflows/prebuild_assets.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Compile SQLite with Gradle
62
if: steps.cache_prebuild.outputs.cache-hit != 'true'
63
run: |
64
- ./gradlew --scan internal:prebuild-binaries:compileAll
+ ./gradlew --scan --configure-on-demand internal:prebuild-binaries:compileAll
65
shell: bash
66
- uses: actions/upload-artifact@v5
67
id: upload
0 commit comments