We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2013ae9 commit c072990Copy full SHA for c072990
1 file changed
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
git clone https://github.com/microsoft/vcpkg.git "${{ env.VCPKG_ROOT }}"
62
cd /d "${{ env.VCPKG_ROOT }}"
63
- git checkout fba75d09065fcc76a25dcf386b1d00d33f5175af
+ git checkout c3867e714dd3a51c272826eea77267876517ed99
64
call bootstrap-vcpkg.bat -disableMetrics
65
shell: cmd
66
@@ -98,4 +98,3 @@ jobs:
98
99
run: test_connection.exe identity quick lane_quick_queueanddrain lane_quick_priority_and_background
100
101
-
0 commit comments