1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

[CI][windows] use msvc v142 toolset for Intel builds

This commit is contained in:
Andrey Filipenkov
2025-10-13 21:07:53 +03:00
parent e81d5bc973
commit 26cc3afed5
3 changed files with 5 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ jobs:
- platform: msvc-x64
arch: x64
toolset: '14.29'
os: windows-2025
pack: 1
upload: 0
@@ -70,6 +71,7 @@ jobs:
- platform: msvc-x86
arch: x86
toolset: '14.29'
os: windows-2025
pack: 1
upload: 0
@@ -178,6 +180,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
toolset: ${{ matrix.toolset }}
# ensure the cache for each PR is separate so they don't interfere with each other
# fall back to cache of the vcmi/vcmi repo if no PR-specific cache is found

2
CI/install_conan_dependencies.sh Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
RELEASE_TAG="2025-08-24"
RELEASE_TAG="2025-10-12"
FILENAME="$1.tgz"
DOWNLOAD_URL="https://github.com/vcmi/vcmi-dependencies/releases/download/$RELEASE_TAG/$FILENAME"