From bf5270600952e6d3c91404b6835b62a4fbfdd908 Mon Sep 17 00:00:00 2001 From: jathu Date: Tue, 27 May 2025 15:38:37 -0700 Subject: [PATCH] =?UTF-8?q?wip=20=E2=88=AB=20MAY=2027=202025=2015:38:36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-presets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-presets.yml b/.github/workflows/build-presets.yml index 0f8b3e5dfe8..1a40c6ef68d 100644 --- a/.github/workflows/build-presets.yml +++ b/.github/workflows/build-presets.yml @@ -65,6 +65,7 @@ jobs: ./install_requirements.sh > /dev/null cmake --preset ${{ matrix.preset }} + cmake --build cmake-out -j$(( $(nproc) - 1 )) windows: uses: pytorch/test-infra/.github/workflows/windows_job.yml@main