We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9521e03 commit c817589Copy full SHA for c817589
.github/workflows/linux.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- cppstd: [03, 11, 20]
+ cppstd: ["03", "11", "20"]
11
buildtype: ["cmake"]
12
drafts: ["ON"]
13
libzmq: ["4.3.4"]
@@ -33,7 +33,7 @@ jobs:
33
env:
34
CC: gcc-10
35
CXX: g++-10
36
- CMAKE_CPP_STD: DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
+ CMAKE_CPP_STD: -DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
37
BUILD_TYPE: ${{ matrix.buildtype }}
38
ENABLE_DRAFTS: ${{ matrix.drafts }}
39
ZMQ_VERSION: ${{ matrix.libzmq }}
0 commit comments