mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
Fix actions
This commit is contained in:
parent
9521e03d07
commit
c817589f1e
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cppstd: [03, 11, 20]
|
cppstd: ["03", "11", "20"]
|
||||||
buildtype: ["cmake"]
|
buildtype: ["cmake"]
|
||||||
drafts: ["ON"]
|
drafts: ["ON"]
|
||||||
libzmq: ["4.3.4"]
|
libzmq: ["4.3.4"]
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CC: gcc-10
|
CC: gcc-10
|
||||||
CXX: g++-10
|
CXX: g++-10
|
||||||
CMAKE_CPP_STD: DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
|
CMAKE_CPP_STD: -DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
|
||||||
BUILD_TYPE: ${{ matrix.buildtype }}
|
BUILD_TYPE: ${{ matrix.buildtype }}
|
||||||
ENABLE_DRAFTS: ${{ matrix.drafts }}
|
ENABLE_DRAFTS: ${{ matrix.drafts }}
|
||||||
ZMQ_VERSION: ${{ matrix.libzmq }}
|
ZMQ_VERSION: ${{ matrix.libzmq }}
|
||||||
|
Loading…
Reference in New Issue
Block a user