Skip to content

Commit

Permalink
try updating vcpkg manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Nov 19, 2024
1 parent d2eb2e6 commit 597b0d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Set up or Update vcpkg
run: |
if (!(Test-Path C:/vcpkg)) {
git clone https://github.com/microsoft/vcpkg.git C:/vcpkg
}
cd C:/vcpkg
git pull
.\bootstrap-vcpkg.bat
shell: pwsh
- name: Cache vcpkg dependencies
id: cache-deps
uses: actions/cache@v3
Expand Down

0 comments on commit 597b0d6

Please sign in to comment.