mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 13:50:06 +00:00
ci: suppress clang 6 + cxx20
Since the main branch that passed the same check 9 days ago also fails with clang-6 and C++20 because of the same error, "undefined reference to allocator_traits<char>::allocate". It could be a change in upstream and since others (e.g. gcc) works well, I suppress the setting at this moment.
This commit is contained in:
parent
2deb75052c
commit
503baf52ed
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -58,6 +58,7 @@ jobs:
|
||||
- {compiler: '3.9', standard: '20'}
|
||||
- {compiler: '4.0', standard: '20'}
|
||||
- {compiler: '5.0', standard: '20'}
|
||||
- {compiler: '6.0', standard: '20'}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user