Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Dec 3, 2024
1 parent bd00145 commit 443b26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
working-directory: build

- name: Build
run: cmake --build . --config Release --verbose
run: cmake --build . --parallel 4 --config Release --verbose
working-directory: build
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
working-directory: build

- name: Build
run: cmake --build . --config Release --verbose
run: cmake --build . --parallel 4 --config Release --verbose
working-directory: build

- name: Create Artifacts Directory
Expand Down

0 comments on commit 443b26f

Please sign in to comment.