ci: fixed whitespace in main.yml

This commit is contained in:
ry 2026-06-12 11:28:58 -07:00 committed by GitHub
parent 6a02ae08d1
commit d20b5432e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}