From 3a54a8554af7b83efe8951d085939491d0f4b14c Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 7 Nov 2022 13:30:53 +0000 Subject: [PATCH] Correct CI script. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c047b9d..6e3867cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: strategy: fail-fast: false matrix: - toolset: [ clang gcc ] + toolset: [ clang, gcc ] steps: - uses: actions/checkout@v2 with: