Skip to content

Commit

Permalink
try to install zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 40b4e21 commit 48cfef5
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- uses: msys2/setup-msys2@v2
with:
update: true
install: zlib
- uses: actions/checkout@v2

- name: Make nmake available
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -31,6 +26,16 @@ jobs:
with:
python-version: ${{ matrix.pyver }}

- name: install zlib
run: |
mkdir zlib-install
cd zlib-install
curl.exe --output install_zlib.bat https://git.io/JnHTY
./install_zlib.bat
del install_zlib.bat
cd ..
- name: install cfitsio
run: |
curl.exe --output cfitsio.zip --url https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfit-4.4.1.zip
Expand Down

0 comments on commit 48cfef5

Please sign in to comment.