Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed May 9, 2024
2 parents aff3205 + de99a2b commit 6fa42b0
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 243 deletions.
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 = 'a13163bfa5d7b4c814d8c929443874f676c4482c'
$vcpkgCommit = '326d8b43e365352ba3ccadf388d989082fe0f2a6'
pushd "$env:VCPKG_INSTALLATION_ROOT"
git cat-file -e "${vcpkgCommit}^{commit}" 2> $null
if (!$?) {
Expand Down
Loading

0 comments on commit 6fa42b0

Please sign in to comment.