CI: only 1 core for MinGW

enough build failures
This commit is contained in:
tildearrow 2022-05-16 21:15:18 -05:00
parent 34d0925569
commit 2f90ab9e3b
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@ jobs:
if [ '${{ runner.os }}' == 'macOS' ]; then
amount=3
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}"