Skip to content

Commit

Permalink
change directory for checking in in vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Apr 4, 2024
1 parent 531539b commit 1972799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Setup vcpkg, checkout old commit for hdf5 1.12.0
run: |
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout 8534df4e72c7c003fdc26f67e014f27a834d7fb2
cd ..
.\vcpkg\bootstrap-vcpkg.bat
- name: Install HDF5 with vcpkg
run: |
Expand Down

0 comments on commit 1972799

Please sign in to comment.