Skip to content

Commit

Permalink
Merge pull request #1090 from julien-tierny/ci
Browse files Browse the repository at this point in the history
[ci] updating spectra (for macos)
  • Loading branch information
julien-tierny authored Jan 14, 2025
2 parents 72b9de3 + e80e8ad commit 7c38d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-deps-unix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ runs:
- name: Install Spectra dependency
shell: bash
run: |
wget https://github.com/yixuan/spectra/archive/v1.0.1.tar.gz
tar xvf v1.0.1.tar.gz
wget https://github.com/yixuan/spectra/archive/v1.1.0.tar.gz
tar xvf v1.1.0.tar.gz
mkdir build_spectra && cd build_spectra
cmake ../spectra-1.0.1
cmake ../spectra-1.1.0
sudo cmake --build . --target install --parallel
- name: Install ZFP dependency
Expand Down

0 comments on commit 7c38d09

Please sign in to comment.