Skip to content

Commit 611c7ab

Browse files
committed
Add gfortran for OpenBLAS case
1 parent fd8e36f commit 611c7ab

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
@@ -13,7 +13,7 @@ jobs:
1313
- run:
1414
name: test OpenBLAS backend
1515
command: |
16-
apt update && apt install -y libgfortran-6-dev
16+
apt update && apt install -y gfortran
1717
cargo test --no-default-features --features=openblas
1818
1919
test-netlib:

0 commit comments

Comments
 (0)