Skip to content

Commit

Permalink
Attempt to fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Dec 15, 2024
1 parent 6f71b58 commit e7a6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: dependencies
run: |
sudo apt update
sudo apt install liblapack3 gcc
sudo apt install liblapack-dev gcc
- name: test
run: cargo test --features random
- name: run
Expand Down

0 comments on commit e7a6317

Please sign in to comment.