Skip to content

Commit

Permalink
checkout an older commit of vcpkg for hdf5 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Apr 4, 2024
1 parent 34af5da commit 531539b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup vcpkg
- name: Setup vcpkg, checkout old commit for hdf5 1.12.0
run: |
git clone https://github.com/Microsoft/vcpkg.git
git checkout 8534df4e72c7c003fdc26f67e014f27a834d7fb2
.\vcpkg\bootstrap-vcpkg.bat
- name: Install HDF5 with vcpkg
run: |
Expand Down

0 comments on commit 531539b

Please sign in to comment.