Skip to content

Commit 526fae8

Browse files
authored
Reintroduce build-presets linux build (#11163)
### Summary Accidentally deleted this line in #11018 ### Test plan CI
1 parent 8b95d9e commit 526fae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
6666
./install_requirements.sh > /dev/null
6767
cmake --preset ${{ matrix.preset }}
68+
cmake --build cmake-out -j$(( $(nproc) - 1 ))
6869
6970
windows:
7071
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main

0 commit comments

Comments
 (0)