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