Skip to content

Commit

Permalink
try to fix build for releases as well
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Sep 23, 2023
1 parent 178ba22 commit 248f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
bleep compile bleep-cli@jvm3
bleep setup-dev-script bleep-cli@jvm3
bleep config compile-server stop-all
./bleep-cli@jvm3.sh native-image ${{ matrix.file_name }}
./bleep-cli@jvm3.sh --dev native-image ${{ matrix.file_name }}
if: runner.os != 'Windows'

Expand Down

0 comments on commit 248f710

Please sign in to comment.