Skip to content

Commit 7e59c52

Browse files
committed
Force docker as runtime !
1 parent 3ecb447 commit 7e59c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: echo $sqliteMCVersion $version $artifactVersion
3030

3131
- name: Build binaries, test, and package
32+
env:
33+
OCI_EXE: docker
3234
run: make all
3335
- name: Package DLL binaries
3436
run: zip -r ./sqlite-natives-$artifactVersion.zip ./src/main/resources/org/sqlite/native

0 commit comments

Comments
 (0)