hmm try something else

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent 15a7420386
commit 55e33b9f9e
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
config: [Release, Debug]
toolchain: [v143, clangcl]
toolchain: [torch/cmake/toolchain/windows-msvc.cmake, clangcl]
standalone: [OFF, ON]
generate: [Visual Studio 17 2022, Ninja]
arch: [x64, Win32]
@@ -33,7 +33,7 @@ jobs:
arch: ${{ matrix.arch }}
# only use default toolchain for Ninja
- name: Build Ninja msvc
if: ${{ matrix.generate == 'Ninja' && matrix.toolchain == 'v143' }}
if: ${{ matrix.generate == 'Ninja' && matrix.toolchain == 'torch/cmake/toolchain/windows-msvc.cmake' }}
run: |
cmake -S . -B "build/${{ matrix.arch }}" -G "${{ matrix.generate }}" -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }} -DUSE_STANDALONE=${{ matrix.standalone }}
cmake --build ./build/${{ matrix.arch }} --config ${{ matrix.config }} --parallel 10
+1
View File
@@ -0,0 +1 @@
set(CMAKE_GENERATOR_TOOLSET "v143")