Skip to content

Commit

Permalink
Update vcpkg (#4584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Dec 10, 2023
1 parent b98aab8 commit 561d7b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6

- name: Build with CMake
uses: lukka/run-cmake@v10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6

- name: Build with CMake
uses: lukka/run-cmake@v10
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
]
}
},
"builtin-baseline": "7f59e0013648f0dd80377330b770b414032233cb"
"builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6"
}

0 comments on commit 561d7b0

Please sign in to comment.