From 061871e2fbc276c29a59f3b5e7107cf06acf683d Mon Sep 17 00:00:00 2001 From: Sergio Garcia Murillo Date: Mon, 11 Sep 2023 10:43:45 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1114c1cdb..b68680ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: - name: Configure run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v2.0.0 - id: cpu-cores + uses: SimenB/github-actions-cpu-cores@v2.0.0 + id: cpu-cores - name: make run: cd build && make -j${{ steps.cpu-cores.outputs.count }} - name: Run Test