Skip to content

Commit ba70f42

Browse files
committed
CI: Install scala-cli
1 parent e269790 commit ba70f42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/run.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
uses: hasnep/setup-roc@main
8989

9090
- name: Set up Scala
91-
run: brew install scala
91+
run: |
92+
brew install scala
93+
brew install Virtuslab/scala-cli/scala-cli
9294
9395
- name: Set up Stack
9496
uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)