Skip to content

Commit

Permalink
build: update vcpkg in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcseacave committed Jun 28, 2023
1 parent 3cb7f7a commit cbe6c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
uses: actions/checkout@v3

- name: Restore artifacts, or setup vcpkg for building artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '1e90576cf5e931fa1b59ea289b9615fef6441306'
vcpkgGitCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131'

- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit cbe6c93

Please sign in to comment.