Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 authored Sep 11, 2023
1 parent 22a731c commit 061871e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
id: cpu-cores
uses: SimenB/[email protected]
id: cpu-cores
- name: make
run: cd build && make -j${{ steps.cpu-cores.outputs.count }}
- name: Run Test
Expand Down

0 comments on commit 061871e

Please sign in to comment.