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:
@@ -21,9 +21,12 @@ jobs:
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
with:
|
||||
version: 1.13.1
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x64
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -S . -B "build/x64" -G ${{ matrix.generate }} -T ${{ matrix.toolchain }} -A x64 -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