diff options
| author | 2021-06-25 19:32:14 +0200 | |
|---|---|---|
| committer | 2021-06-25 19:32:14 +0200 | |
| commit | 1ca8f24173640706fa98905b50cf57f390c41a81 (patch) | |
| tree | 6ed927ffa813862e8f280b457e52b181d387fd34 | |
| parent | 5d42570e4b7ed3d1c6722e86678e95aba1d07e70 (diff) | |
| download | xkbcat-1ca8f24173640706fa98905b50cf57f390c41a81.tar.gz xkbcat-1ca8f24173640706fa98905b50cf57f390c41a81.zip | |
CI: Forgot this keyword, let's try again
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da0039f..986682c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: build: runs-on: ubuntu-latest strategy: + matrix: compiler: [gcc, clang] steps: - uses: actions/checkout@v2 |
