Skip to content

Commit fd8e36f

Browse files
committed
Add gfortran for Netlib
1 parent bd012ad commit fd8e36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run:
2424
name: test NetLib backend
2525
command: |
26-
apt update && apt install -y cmake
26+
apt update && apt install -y cmake gfortran
2727
cargo test --no-default-features --features=netlib
2828
2929
test-intel-mkl:

0 commit comments

Comments
 (0)