Skip to content

Commit

Permalink
better pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Sep 30, 2023
1 parent b818d55 commit c85c877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Add dependencies windows specific
if: contains( matrix.os, 'windows')
run: |
conda install -y m2w64-binutils m2w64-gcc m2w64-gcc-libgfortran m2w64-gcc-gfortran libpython
conda install -y m2w64-binutils m2w64-gcc m2w64-gcc-libgfortran m2w64-gcc-fortran libpython
echo "$CONDA_PREFIX/Library/lib" >> $GITHUB_PATH
# Install dependencies of WISDEM specific to windows
Expand Down

0 comments on commit c85c877

Please sign in to comment.