mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
Fix syntax error
This commit is contained in:
parent
cbafe09396
commit
7f22774e08
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -152,14 +152,14 @@ jobs:
|
||||
matrix:
|
||||
distro: [ debian, ubuntu_18_04, ubuntu_20_04, ubuntu_21_04, ubuntu_21_10 ]
|
||||
package: [ -p ]
|
||||
extension: 'deb'
|
||||
extension: [ deb ]
|
||||
include: # don't package these
|
||||
- distro: fedora_33
|
||||
package: ''
|
||||
extension: 'rpm'
|
||||
extension: rpm
|
||||
- distro: fedora_35
|
||||
package: ''
|
||||
extension: 'rpm'
|
||||
extension: rpm
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user