Skip to content

Commit

Permalink
C: drive and 8 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Oct 14, 2023
1 parent c65a71b commit 9804bde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
if: matrix.os == 'windows-2019-large'
with:
name: PATH
value: D:\a\dorado\dorado\dist\bin;$env:PATH
value: C:\a\dorado\dorado\dist\bin;$env:PATH
- name: Build dorado
run: |
cmake -S . -B cmake-build ${{ matrix.arch }}
cmake --build cmake-build --config Release -j 4
cmake --build cmake-build --config Release -j 8
- name: Cleanup torch
uses: JesseTG/[email protected]
with:
path: D:\a\dorado\dorado\3rdparty
path: C:\a\dorado\dorado\3rdparty
- name: Test dorado
run: |
cmake --build cmake-build --config Release --target install -j 4
cmake --build cmake-build --config Release --target install -j 8
ctest -C Release --test-dir cmake-build --output-on-failure --verbose

0 comments on commit 9804bde

Please sign in to comment.