Correct CI script.

This commit is contained in:
jzmaddock
2022-11-07 13:30:53 +00:00
parent 704d2fa08d
commit 3a54a8554a

View File

@ -151,7 +151,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolset: [ clang gcc ]
toolset: [ clang, gcc ]
steps:
- uses: actions/checkout@v2
with: