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 b38bdea commit 6243278Copy full SHA for 6243278
.github/workflows/ci.yml
@@ -203,7 +203,7 @@ jobs:
203
- name: Test gifs
204
run: gifs/generate_gifs.sh $(ls gifs/scenarios/)
205
- name: Build binary
206
- run: ./mill copyTo cli.nativeImage ./scala-cli
+ run: ./mill copyTo cli.launcher ./scala-cli
207
- name: Check examples
208
run: ./scala-cli --jvm temurin:17 .github/scripts/check_examples.sc
209
0 commit comments