Skip to content

Commit

Permalink
Also install opengl dependency for scalanative
Browse files Browse the repository at this point in the history
  • Loading branch information
regb committed Mar 11, 2020
1 parent 3b2b14f commit c6604c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
java-version: 1.8
- name: Set up Scala Native dependencies
run: sudo apt-get install clang libunwind-dev libgc-dev libre2-dev
run: sudo apt-get install clang libunwind-dev libgc-dev libre2-dev libglu1-mesa-dev
- name: Run tests
run: sbt verifyCI

0 comments on commit c6604c5

Please sign in to comment.