Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos-RTEi committed Oct 4, 2024
1 parent 40b3a36 commit 3623c45
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,10 @@ jobs:
run: |
choco install 7zip --no-progress
- name: Set 7-Zip path for VCPKG
- name: Set 7-Zip path and force VCPKG to use system binaries
run: |
setx VCPKG_7ZIP_PATH "C:\Program Files\7-Zip\7z.exe"
- name : Init VCPKG submodule
run: |
git submodule update --init vcpkg
setx VCPKG_FORCE_SYSTEM_BINARIES 1
# Restore both vcpkg and its artifacts from the GitHub cache service.
- name: Restore vcpkg and its artifacts.
Expand Down

0 comments on commit 3623c45

Please sign in to comment.