diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-06 14:03:10 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | 7b9c15125230000ee731a3fb72afd43a4b991f7e (patch) | |
| tree | a9bd2e8192a755d3d5ded97ea5cda8de81e68676 /.github | |
| parent | 55e33b9f9e4241e8bd185f502fff99cdfd140448 (diff) | |
fix path
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 1cbec3c..37a77a9 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: config: [Release, Debug] - toolchain: [torch/cmake/toolchain/windows-msvc.cmake, clangcl] + toolchain: [cmake/toolchain/windows-msvc.cmake, clangcl] standalone: [OFF, ON] generate: [Visual Studio 17 2022, Ninja] arch: [x64, Win32] |
