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 a243fa0 commit 40b3a36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
run: |
choco install 7zip --no-progress
- name: Set 7-Zip path for VCPKG
run: |
setx VCPKG_7ZIP_PATH "C:\Program Files\7-Zip\7z.exe"
- name : Init VCPKG submodule
run: |
git submodule update --init vcpkg
Expand Down

0 comments on commit 40b3a36

Please sign in to comment.