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 21c2c78 commit f12ff72Copy full SHA for f12ff72
.github/workflows/compile_sqlite.yml
@@ -39,6 +39,7 @@ jobs:
39
retention-days: 1
40
41
build_sqlite:
42
+ needs: [download_sqlite]
43
strategy:
44
matrix:
45
# We only really need this for Ubuntu, but we recommend users run the same
0 commit comments