Skip to content

Commit

Permalink
try to get zlib visible
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 23f8a8e commit 40b4e21
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 @@ -18,14 +18,19 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Make nmake available
uses: ilammy/msvc-dev-cmd@v1

- name: Set up Python ${{ matrix.pyver }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyver }}

- name: Add msbuild to PATH
uses: ilammy/msvc-dev-cmd@v1

- 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 40b4e21

Please sign in to comment.