mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-19 04:12:11 +00:00
[ci] Fix minimal test compilation error with clang-9 at GitHub.
This commit is contained in:
5
.github/workflows/minimal.yml
vendored
5
.github/workflows/minimal.yml
vendored
@@ -52,7 +52,10 @@ jobs:
|
||||
b2_cxxstd: 14,17
|
||||
version: "8"
|
||||
- b2_toolset: clang-9
|
||||
b2_cxxstd: 14,17,2a
|
||||
# At some point compilation started to fail with 2a from unknown reason
|
||||
# It may have something to do with the std library
|
||||
#b2_cxxstd: 14,17,2a
|
||||
b2_cxxstd: 14,17
|
||||
version: "9"
|
||||
- b2_toolset: clang-10
|
||||
b2_cxxstd: 14,17,2a
|
||||
|
||||
Reference in New Issue
Block a user