Skip to content

Commit

Permalink
ci: fix packages for cyg auto
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 9, 2024
1 parent 6763c3c commit 311db34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cyg-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: cmake gcc-fortran make ninja perl zlib-devel
packages: automake make gcc-fortran libjpeg-devel libtool zlib-devel
- name: Test HDF5
run: |
export PATH=/usr/bin:$PATH
Expand Down

0 comments on commit 311db34

Please sign in to comment.