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 6243278 commit 2f3d8f4Copy full SHA for 2f3d8f4
.github/workflows/ci.yml
@@ -205,7 +205,7 @@ jobs:
205
- name: Build binary
206
run: ./mill copyTo cli.launcher ./scala-cli
207
- name: Check examples
208
- run: ./scala-cli --jvm temurin:17 .github/scripts/check_examples.sc
+ run: bash ./scala-cli --jvm temurin:17 .github/scripts/check_examples.sc
209
210
checks:
211
timeout-minutes: 15
0 commit comments