Skip to content

Commit

Permalink
Test fix for microsoft/vcpkg #23410
Browse files Browse the repository at this point in the history
  • Loading branch information
John McFarlane committed Mar 7, 2022
1 parent d2d0b7f commit c1d7c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg/init
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -euo pipefail

git clone https://github.com/Microsoft/vcpkg.git
git clone https://github.com/dg0yt/vcpkg.git -b cmake-3.19-quirk
./vcpkg/bootstrap-vcpkg.sh
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"overrides": [
{ "name": "ms-gsl", "version": "3.1.0" }
],
"builtin-baseline": "5326d84423aca4532a3140364e74a92afb9555d3"
"builtin-baseline": "09cef348bf74a3353631bbe226bdb269158e355f"
}

0 comments on commit c1d7c75

Please sign in to comment.