mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-22 04:20:06 +00:00
ci: suppress some of the combinations in CI
clang-7 with C++20 fails with the same reason, 'undefined reference to std::allocator<char>::(de)allocate'.
This commit is contained in:
parent
503baf52ed
commit
12ee73d6a9
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -59,6 +59,7 @@ jobs:
|
||||
- {compiler: '4.0', standard: '20'}
|
||||
- {compiler: '5.0', standard: '20'}
|
||||
- {compiler: '6.0', standard: '20'}
|
||||
- {compiler: '7', standard: '20'}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user