Skip to content

Commit 04065a1

Browse files
committed
update vcpkg in actions workflow
1 parent 7844eef commit 04065a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/quick-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ jobs:
4545
- name: Submodule recursive
4646
run: git submodule update --init --recursive
4747

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+
4856
# 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.
4957
- uses: lukka/get-cmake@latest
5058
# Restore both vcpkg and its artifacts from the GitHub cache service.

0 commit comments

Comments
 (0)