From 1972799357de6a2c81efff5e05d03e9172fd0b93 Mon Sep 17 00:00:00 2001 From: Anil Tuncel Date: Thu, 4 Apr 2024 13:09:13 +0200 Subject: [PATCH] change directory for checking in in vcpkg --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0b48d34..872be2b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: |