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: