Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 24, 2024
1 parent af5fa4a commit 7023eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
path: am

- name: Prepare
if: matrix.platform.name != 'Windows x64'
id: vars
run: |
which nproc && nbproc=$(nproc) || nbproc=$(getconf _NPROCESSORS_ONLN)
Expand All @@ -54,8 +55,8 @@ jobs:
echo "fe_version=${fe_version}" >> $GITHUB_OUTPUT
- name: Prepare (Windows x64)
id: vars
if: matrix.platform.name == 'Windows x64'
id: vars
run: |
echo "nbproc=${nbproc}" >> $GITHUB_OUTPUT
fe_version=
Expand Down

0 comments on commit 7023eea

Please sign in to comment.