Skip to content

Commit

Permalink
fix: also update vcpkg in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenapte committed Jan 18, 2025
1 parent 797b75c commit 95f9829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Restore artifacts, setup vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 861c33057553ee836e7061ffbdabc25ea343145d
vcpkgGitCommitId: b322364f06308bdd24823f9d8f03fe0cc86fd46f
vcpkgDirectory: '${{env.VCPKG_ROOT}}'
vcpkgJsonGlob: vcpkg.json
runVcpkgInstall: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Restore artifacts, setup vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 861c33057553ee836e7061ffbdabc25ea343145d
vcpkgGitCommitId: b322364f06308bdd24823f9d8f03fe0cc86fd46f
vcpkgDirectory: '${{env.VCPKG_ROOT}}'
vcpkgJsonGlob: vcpkg.json
runVcpkgInstall: false
Expand Down

0 comments on commit 95f9829

Please sign in to comment.