Skip to content

Commit

Permalink
Fix include directory in Windows gcc call
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 20, 2023
1 parent 94cbbfd commit 278805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run test_write_netcdf
shell: bash -l {0}
run: |
gcc -o test_write_netcdf -L "${CONDA_PREFIX}/lib" -I "${CONDA_PREFIX}/include" -lnetcdf test_write_netcdf.c
gcc -o test_write_netcdf -L "${CONDA_PREFIX}/Library/lib" -I "${CONDA_PREFIX}/Library/include" -lnetcdf test_write_netcdf.c
./test_write_netcdf
- name: Run test_netcdf manually - netcdf4 python close
Expand Down

0 comments on commit 278805a

Please sign in to comment.