Skip to content

Commit

Permalink
Set up Scala Native in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
regb committed Mar 10, 2020
1 parent 6a696b1 commit 3b2b14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Expand Up @@ -17,5 +17,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set up Scala Native dependencies
run: sudo apt-get install clang libunwind-dev libgc-dev libre2-dev
- name: Run tests
run: sbt verifyCI

0 comments on commit 3b2b14f

Please sign in to comment.