You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/quick-test.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ jobs:
45
45
- name: Submodule recursive
46
46
run: git submodule update --init --recursive
47
47
48
+
- name: Update vcpkg
49
+
run: |
50
+
cd ${{ env.VCPKG_ROOT }}
51
+
git checkout master
52
+
git fetch
53
+
git pull
54
+
./vcpkg update
55
+
48
56
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
49
57
- uses: lukka/get-cmake@latest
50
58
# Restore both vcpkg and its artifacts from the GitHub cache service.
0 commit comments