Skip to content

Commit

Permalink
chore(ci): fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Jan 14, 2024
1 parent 603e641 commit 3fcb353
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 @@ -85,7 +85,7 @@ jobs:
- name: Configure CMake
run: cmake --preset windows-default
- name: Build
run: cmake --build _build -j [int]$env:NUMBER_OF_PROCESSORS+2
run: cmake --build _build -j $([int]$env:NUMBER_OF_PROCESSORS+2)
- name: Test
run: |
cd _build
Expand Down

0 comments on commit 3fcb353

Please sign in to comment.