Skip to content

Commit

Permalink
Fix CI windows vcpkg installation lz4 zstd (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
  • Loading branch information
EugenioCollado authored Jan 24, 2025
1 parent b933de7 commit 3d12b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_mcap_dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'a42af01b72c28a8e1d7b48107b33e4f286a55ef6'
vcpkgGitCommitId: '6f29f12e82a8293156836ad81cc9bf5af41fe836'

- name: Install lz4 and zstd
if: runner.os == 'Windows'
Expand Down

0 comments on commit 3d12b04

Please sign in to comment.