Skip to content

Commit

Permalink
switch to vcpkg 2025.02.14
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryuOu committed Feb 23, 2025
1 parent 962db63 commit 5f81771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
shell: pwsh
run: |
cd "$env:VCPKG_INSTALLATION_ROOT"
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.bat
git switch 2025.02.14 --detach
- name: Setup NuGet Credentials
shell: pwsh
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
shell: pwsh
run: |
cd "$env:VCPKG_INSTALLATION_ROOT"
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.bat
git switch 2025.02.14 --detach
- name: Setup NuGet Credentials
shell: pwsh
run: |
Expand Down

0 comments on commit 5f81771

Please sign in to comment.