Skip to content

Commit c268554

Browse files
committed
Fix CI vcpkg setup
1 parent 90a74d5 commit c268554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git clone https://github.com/Microsoft/vcpkg.git ${{ github.workspace }}/vcpkg
4444
cd ${{ github.workspace }}/vcpkg
45-
git checkout 8eb57401bf10e149a917605e6d85244fdccf21eb
45+
git checkout master
4646
4747
- name: Bootstrap vcpkg
4848
run: |

0 commit comments

Comments
 (0)