Skip to content

Commit

Permalink
Install mrcal deps in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 4, 2024
1 parent d5624e8 commit 62e0ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
with:
java-version: 17
distribution: temurin
- name: Install mrcal deps
run: sudo apt-get update && sudo apt-get install -y libcholmod3 liblapack3 libsuitesparseconfig5
- name: Gradle Build
run: |
chmod +x gradlew
Expand Down

0 comments on commit 62e0ecd

Please sign in to comment.