Skip to content

Commit

Permalink
fix: disable parallel build on linux to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jul 14, 2023
1 parent 848731a commit 08a15b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: cmake -Bbuild -H. -DCMAKE_BUILD_TYPE=MinSizeRel

- name: Build
run: cmake --build build/ --parallel
# run: cmake --build build/ --parallel
run: cmake --build build/

- name: Release
uses: fnkr/github-action-ghr@v1.3
Expand Down

0 comments on commit 08a15b2

Please sign in to comment.