mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +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
|
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
|
# the Actions runner does not seem to be happy with two jobs at once on MinGW/Ubuntu
|
||||||
if [ '${{ matrix.config.compiler }}' == 'mingw' ]; then
|
if [ '${{ runner.os }}' == 'Linux' ]; then
|
||||||
amount=1
|
amount=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue