mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-07-06 00:06:41 -04:00
ci: fixed whitespace in main.yml
This commit is contained in:
parent
6a02ae08d1
commit
d20b5432e0
1 changed files with 71 additions and 71 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Continuous integration build
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
WLROOTS_VERSION: "0.20"
|
||||
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
CC: [gcc, clang]
|
||||
OS: ["alpine:edge", "archlinux:base-devel"]
|
||||
xwayland: [enabled, disabled]
|
||||
CC: [ gcc, clang ]
|
||||
OS: [ "alpine:edge", "archlinux:base-devel" ]
|
||||
xwayland: [ enabled, disabled ]
|
||||
container: ${{ matrix.OS }}
|
||||
env:
|
||||
CC: ${{ matrix.CC }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue