Skip to content

Commit

Permalink
install libassimp
Browse files Browse the repository at this point in the history
  • Loading branch information
cartesian-theatrics committed Apr 4, 2024
1 parent 0c721d5 commit 2e87ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn') }}
restore-keys: cljdeps-

- name: Install libassimp
run: sudo apt-get update && sudo apt-get install -y libassimp-dev

- name: Run tests
run: clojure -M:dev:test

0 comments on commit 2e87ba0

Please sign in to comment.