Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent b941eaf commit de0d608
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ jobs:
mkdir zlib-install
cd zlib-install
curl.exe --output install_zlib.bat https://git.io/JnHTY
Start-Process -FilePath .\install_zlib.bat
del install_zlib.bat
curl.exe --output zlib-1.3.1.zip https://zlib.net/zlib131.zip
unzip zlib-1.3.1.zip
cd zlib-1.3.1
cmake . -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target install
cd ..
cd ..
- name: install cfitsio
Expand Down

0 comments on commit de0d608

Please sign in to comment.