Cygwin: CI: Fix thinko of 'ncores' for 'nproc'

This commit is contained in:
Jon Turney 2022-09-01 14:07:26 +01:00
parent 8a003605c1
commit b5d4245d5f
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
(cd winsup; ./autogen.sh) &&
cd build &&
../configure --prefix=$(realpath $(pwd)/../install) -v &&
export MAKEFLAGS=-j$(ncores) &&
export MAKEFLAGS=-j$(nproc) &&
make &&
make install &&
(cd */newlib; make info man) &&