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 3ecb447 commit 7e59c52Copy full SHA for 7e59c52
.github/workflows/build-release.yml
@@ -29,6 +29,8 @@ jobs:
29
run: echo $sqliteMCVersion $version $artifactVersion
30
31
- name: Build binaries, test, and package
32
+ env:
33
+ OCI_EXE: docker
34
run: make all
35
- name: Package DLL binaries
36
run: zip -r ./sqlite-natives-$artifactVersion.zip ./src/main/resources/org/sqlite/native
0 commit comments