CI: only 1 core for MinGW
enough build failures
This commit is contained in:
parent
34d0925569
commit
2f90ab9e3b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -97,6 +97,10 @@ jobs:
|
||||||
if [ '${{ runner.os }}' == 'macOS' ]; then
|
if [ '${{ runner.os }}' == 'macOS' ]; then
|
||||||
amount=3
|
amount=3
|
||||||
fi
|
fi
|
||||||
|
# the Actions runner does not seem to be happy with two jobs at once on MinGW
|
||||||
|
if [ '${{ matrix.config.compiler }}' == 'mingw' ]; then
|
||||||
|
amount=1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Amount of cores we can build with: ${amount}"
|
echo "Amount of cores we can build with: ${amount}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue