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:
		
							
								
								
									
										3
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							| @@ -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
									
								
							
							
						
						
									
										2
									
								
								CI/install_conan_dependencies.sh
									
									
									
									
									
										
										
										Normal file → Executable 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" | ||||
|  | ||||
|   | ||||
 Submodule dependencies updated: b6f03bd541...c0e4b540e9
									
								
							
		Reference in New Issue
	
	Block a user