Skip to content

Commit

Permalink
Update vcpkg to 2024.03.25
Browse files Browse the repository at this point in the history
  • Loading branch information
GPSnoopy committed Apr 10, 2024
1 parent 12dca2c commit 96fd612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcpkg_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p build
cd build
git clone https://github.com/Microsoft/vcpkg.git vcpkg.linux
cd vcpkg.linux
git checkout 2023.12.12
git checkout 2024.03.25
./bootstrap-vcpkg.sh

./vcpkg install \
Expand Down
2 changes: 1 addition & 1 deletion vcpkg_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir build
cd build || goto :error
git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows || goto :error
cd vcpkg.windows || goto :error
git checkout 2023.12.12 || goto :error
git checkout 2024.03.25 || goto :error
call bootstrap-vcpkg.bat || goto :error

vcpkg.exe install ^
Expand Down

0 comments on commit 96fd612

Please sign in to comment.