mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Update windows_build.yml
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
arch: x64
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -S . -B "build/x64" -G "${{ matrix.generate }}"" -T ${{ matrix.toolchain }} -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }}
|
||||
cmake -S . -B "build/x64" -G "${{ matrix.generate }}" -T ${{ matrix.toolchain }} -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }}
|
||||
cmake --build ./build/x64
|
||||
- name: Publish packaged artifacts
|
||||
if: ${{ matrix.config == 'Release' }}
|
||||
|
||||
Reference in New Issue
Block a user