Skip to content

Commit

Permalink
CI: Install scala-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 13, 2024
1 parent e269790 commit ba70f42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
uses: hasnep/setup-roc@main

- name: Set up Scala
run: brew install scala
run: |
brew install scala
brew install Virtuslab/scala-cli/scala-cli
- name: Set up Stack
uses: haskell-actions/setup@v2
Expand Down

0 comments on commit ba70f42

Please sign in to comment.