Skip to content

Commit 0b739c9

Browse files
committed
Update windows-build.yml
1 parent ca19b61 commit 0b739c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/windows-build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
key: windows-cmake-${{ hashFiles('**/CMakeLists.txt') }}
4646
restore-keys: |
4747
windows-cmake-
48-
48+
49+
- name: Update VCPKG Baseline
50+
run: |
51+
call C:\vcpkg\x-update-baseline
52+
4953
- name: Build with CMake
5054
run: |
5155
mkdir build

0 commit comments

Comments
 (0)