Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test commands
Browse files Browse the repository at this point in the history
stephprince committed Sep 17, 2024
1 parent 911654c commit 5395585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -51,8 +51,11 @@ jobs:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
.\vcpkg.exe install hdf5
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
.\vcpkg.exe install boost
.\vcpkg.exe integrate install

0 comments on commit 5395585

Please sign in to comment.