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 375c594 commit c61e0ae
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
override: true

- name: Uninstall curl and install cfitsio
run: |
brew uninstall --ignore-dependencies curl
brew install cfitsio
- name: Run tests
run: MWALIB_LINK_STATIC_CFITSIO=1 cargo test --features cfitsio-static --release --verbose
- name: Run tests
run: MWALIB_LINK_STATIC_CFITSIO=1 cargo test --release --verbose

0 comments on commit c61e0ae

Please sign in to comment.