Skip to content

Commit

Permalink
shell/env fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Nov 11, 2022
1 parent e29fd21 commit 04f99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: 'Determine number of cores to build on (Windows)'
if: runner.os == 'Windows'
run: echo NPROC=%NUMBER_OF_PROCESSORS% >> $GITHUB_ENV
run: echo NPROC="${NUMBER_OF_PROCESSORS-unknown}" >> $GITHUB_ENV

- name: 'Determine number of cores to build on (macOS)'
if: runner.os == 'macOS'
Expand Down

0 comments on commit 04f99b9

Please sign in to comment.