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 90a74d5 commit c268554Copy full SHA for c268554
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
git clone https://github.com/Microsoft/vcpkg.git ${{ github.workspace }}/vcpkg
44
cd ${{ github.workspace }}/vcpkg
45
- git checkout 8eb57401bf10e149a917605e6d85244fdccf21eb
+ git checkout master
46
47
- name: Bootstrap vcpkg
48
0 commit comments