Skip to content

Commit

Permalink
update boost catch install
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Sep 17, 2024
1 parent 06a4736 commit 2826462
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ jobs:
- name: Install dependencies - windows
if: matrix.os == 'windows-latest'
run: |
choco install -y hdf5 boost catch2 cmake
choco install -y cmake
choco install -y boost-msvc-14.2
git clone https://github.com/catchorg/Catch2.git
cd Catch2
git checkout "v3.5.3"
cmake -Bbuild -H. -DBUILD_TESTING=OFF
cmake --build build/ --target install
- name: Configure
shell: pwsh
Expand Down

0 comments on commit 2826462

Please sign in to comment.