From f18e24a6fcb9c76d2847c77a23f70339e3d8600e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 20 Nov 2020 00:59:55 +0200 Subject: [PATCH] Fix typo --- .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 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}}