Fix enabling C++11 for C CI builds
Set CPPSTD as CPP11 is not used any longer.
This commit is contained in:
parent
0688ac7e07
commit
2b2fe7785a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
- SWIGLANG: ""
|
||||
compiler: clang
|
||||
- SWIGLANG: c
|
||||
CPP11: 1
|
||||
CPPSTD: c++11
|
||||
- SWIGLANG: csharp
|
||||
# D support can't be enabled because dmd 2.066 fails to build anything
|
||||
# under Ubuntu 18.04 due to its standard library (libphobos2.a) not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue