actions: stylistic cleanup
This commit is contained in:
parent
43751546f4
commit
dc3ffa30af
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
os: windows-latest,
|
os: windows-latest,
|
||||||
msvc: true,
|
msvc: true,
|
||||||
buildtype: release,
|
buildtype: release,
|
||||||
args: -Ddefault_library=static --force-fallback-for=zlib,harfbuzz
|
args: '-Ddefault_library=static --force-fallback-for=zlib,harfbuzz'
|
||||||
}
|
}
|
||||||
#- {
|
#- {
|
||||||
# name: Windows MinGW,
|
# name: Windows MinGW,
|
||||||
|
@ -30,13 +30,13 @@ jobs:
|
||||||
name: Ubuntu Debug,
|
name: Ubuntu Debug,
|
||||||
os: ubuntu-latest,
|
os: ubuntu-latest,
|
||||||
buildtype: debugoptimized,
|
buildtype: debugoptimized,
|
||||||
args: ""
|
args: ''
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: Ubuntu Release,
|
name: Ubuntu Release,
|
||||||
os: ubuntu-latest,
|
os: ubuntu-latest,
|
||||||
buildtype: release,
|
buildtype: release,
|
||||||
args: ""
|
args: ''
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: macOS Debug,
|
name: macOS Debug,
|
||||||
|
@ -108,5 +108,4 @@ jobs:
|
||||||
if: matrix.config.os == 'windows-latest'
|
if: matrix.config.os == 'windows-latest'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.config.name }}
|
name: ${{ matrix.config.name }}
|
||||||
path: |
|
path: build/Aegisub-*.exe
|
||||||
build/Aegisub-*.exe
|
|
||||||
|
|
Loading…
Reference in a new issue