Skip to content

Commit

Permalink
Update vcpkg version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASxa86 committed Jan 30, 2025
1 parent 588f866 commit 6c16103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/android/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"remoteEnv": {
"NUGET_NAME": "gitlab",
"NUGET_SOURCE": "https://gitlab.com/api/v4/projects/51467465/packages/nuget/index.json",
"VCPKG_VERSION": "2024.12.16",
"VCPKG_VERSION": "2025.01.13",
"VCPKG_ROOT": "${containerWorkspaceFolder}/vcpkg",
"VCPKG_BINARY_SOURCES": "clear;nuget,gitlab,readwrite",
"GITLAB_USER": "${localEnv:GITLAB_USER}",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/linux/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"remoteEnv": {
"NUGET_NAME": "gitlab",
"NUGET_SOURCE": "https://gitlab.com/api/v4/projects/51467465/packages/nuget/index.json",
"VCPKG_VERSION": "2024.12.16",
"VCPKG_VERSION": "2025.01.13",
"VCPKG_ROOT": "${containerWorkspaceFolder}/vcpkg",
"VCPKG_BINARY_SOURCES": "clear;nuget,gitlab,readwrite",
"GITLAB_USER": "${localEnv:GITLAB_USER}",
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default:
variables:
NUGET_SOURCE: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/nuget/index.json"
NUGET_NAME: gitlab
VCPKG_VERSION: 2024.12.16
VCPKG_VERSION: 2025.01.13
VCPKG_BINARY_SOURCES: "clear;nuget,${NUGET_NAME},readwrite"
CMAKE_COMMAND: ${CI_PROJECT_DIR}/vcpkg/downloads/tools/cmake-3.30.1-linux/cmake-3.30.1-linux-x86_64/bin/cmake
NUGET_COMMAND: ${CI_PROJECT_DIR}/vcpkg/downloads/tools/nuget-6.10.0-linux/nuget.exe
Expand Down

0 comments on commit 6c16103

Please sign in to comment.