mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
what am I gonna do with you?
This commit is contained in:
parent
d490746325
commit
6a3ce215ad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -97,8 +97,8 @@ 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
|
||||
# the Actions runner does not seem to be happy with two jobs at once on MinGW/Ubuntu
|
||||
if [ '${{ runner.os }}' == 'Linux' ]; then
|
||||
amount=1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue