Skip to content

Commit

Permalink
Force docker as runtime !
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Aug 21, 2022
1 parent 3ecb447 commit 7e59c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: echo $sqliteMCVersion $version $artifactVersion

- name: Build binaries, test, and package
env:
OCI_EXE: docker
run: make all
- name: Package DLL binaries
run: zip -r ./sqlite-natives-$artifactVersion.zip ./src/main/resources/org/sqlite/native
Expand Down

0 comments on commit 7e59c52

Please sign in to comment.