mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
Cygwin: CI: Fix thinko of 'ncores' for 'nproc'
This commit is contained in:
parent
8a003605c1
commit
b5d4245d5f
2
.github/workflows/cygwin.yml
vendored
2
.github/workflows/cygwin.yml
vendored
@ -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) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user