Skip to content

Commit 3351bf7

Browse files
authored
Update rustbca_compile_check.yml
1 parent 82ec443 commit 3351bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python3 -c "from libRustBCA.pybca import *;"
4848
- name: Test Fortran bindings
4949
run : |
50-
gfortran rustbca.f90 target/release/liblibRustBCA.so
50+
gfortran -c rustbca.f90 target/release/liblibRustBCA.so
5151
- name: Test RustBCA
5252
run: |
5353
sudo cargo test --features cpr_rootfinder_netlib,hdf5_input,distributions,parry3d

0 commit comments

Comments
 (0)