Skip to content

Commit

Permalink
try other docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed Jul 9, 2024
1 parent 451dc03 commit c87416a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
with:
java-version: 17
distribution: temurin
- uses: actions/setup-docker-on-macos
- run: |
brew install gmp
export HOMEBREW_NO_INSTALL_CLEANUP=true
brew install docker
brew install colima
colima start
./gradlew --parallel compileJava
make -C org.alloytools.pardinus.native/native-code install
colima stop
- uses: actions/upload-artifact@v4
with:
name: native
Expand Down

0 comments on commit c87416a

Please sign in to comment.