Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrodzitski committed Nov 8, 2023
1 parent a902e64 commit 63dc083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cmake \
--build $RESTINIO_BUILD_DIR \
--config ${{ matrix.build_type }} \
--parallel %NUMBER_OF_PROCESSORS% \
--parallel ${NUMBER_OF_PROCESSORS} \
--verbose
- name: Test
shell: bash
Expand Down

0 comments on commit 63dc083

Please sign in to comment.