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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
toolset: [ clang gcc ] toolset: [ clang, gcc ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: