mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-28 14:47:11 -07:00
quotes
This commit is contained in:
@@ -144,7 +144,7 @@ jobs:
|
||||
package: DEB
|
||||
test: true # run debug build and tests on newest distro version
|
||||
|
||||
name: Linux / ${{ matrix.distro }} / ${{ matrix.distro_version }}
|
||||
name: "Linux / ${{ matrix.distro }} / ${{ matrix.distro_version }}"
|
||||
needs: configure
|
||||
runs-on: ubuntu-latest # https://github.com/actions/runner-images/tree/main#available-images
|
||||
continue-on-error: ${{ matrix.allow-failure == true }}
|
||||
@@ -328,7 +328,7 @@ jobs:
|
||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
||||
type: Release
|
||||
|
||||
name: ${{ matrix.os }} / ${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }}
|
||||
name: "${{ matrix.os }} / ${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }}"
|
||||
needs: configure
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 100
|
||||
|
||||
Reference in New Issue
Block a user