diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7e7e74..bb487b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,4 @@ jobs: - name: Test run: | cd boost-root - ./b2 -j3 libs/assert/test toolset=${{matrix.toolset}} cxxstd=${{cxxstd}} + ./b2 -j3 libs/assert/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}}