Skip to content

Commit

Permalink
Another attempt with cfitsio and macosx..
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Mar 28, 2021
1 parent 5144558 commit 375c594
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Install curl and cfitsio
run: |
brew install cfitsio --with-reentrant --disable-curl
override: true

- name: Run tests
run: MWALIB_LINK_STATIC_CFITSIO=1 cargo test --release --verbose
- name: Run tests
run: MWALIB_LINK_STATIC_CFITSIO=1 cargo test --features cfitsio-static --release --verbose

0 comments on commit 375c594

Please sign in to comment.