From 1ca8f24173640706fa98905b50cf57f390c41a81 Mon Sep 17 00:00:00 2001 From: Antti Korpimäki Date: Fri, 25 Jun 2021 19:32:14 +0200 Subject: CI: Forgot this keyword, let's try again --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 -- cgit v1.3-2-g0d8e