Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Jun 6, 2024
1 parent 00aeaf7 commit bad3d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update vcpkg
shell: pwsh
run: |
$vcpkgCommit = '326d8b43e365352ba3ccadf388d989082fe0f2a6'
$vcpkgCommit = '6e31ee33cc9fc93599c4ceb38e229098cf339bb7'
pushd "$env:VCPKG_INSTALLATION_ROOT"
git cat-file -e "${vcpkgCommit}^{commit}" 2> $null
if (!$?) {
Expand Down

0 comments on commit bad3d35

Please sign in to comment.