Skip to content

Commit

Permalink
change vcpkg init
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Feb 16, 2024
1 parent 79fddc7 commit 2d84118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: |
choco install wget unzip zip --no-progress
- name : Init VCPKG submodule
run: |
git submodule update --init vcpkg
# Restore both vcpkg and its artifacts from the GitHub cache service.
- name: Restore vcpkg and its artifacts.
uses: actions/cache@v3
Expand All @@ -55,7 +59,6 @@ jobs:

- name : Install deps with VCPKG
run: |
git submodule update --init vcpkg
cd vcpkg
./bootstrap-vcpkg.sh
vcpkg install ${{matrix.vcpkgPackages}} --triplet ${{matrix.triplet}}
Expand Down

0 comments on commit 2d84118

Please sign in to comment.