ci: suppress clang-8 / c++20 because of gcc header

This commit is contained in:
ToruNiina
2021-04-28 15:12:04 +09:00
parent beb665ba58
commit 31b9b79312

View File

@@ -58,6 +58,7 @@ jobs:
- {compiler: '5.0', standard: '20'}
- {compiler: '6.0', standard: '20'}
- {compiler: '7', standard: '20'}
- {compiler: '8', standard: '20'}
steps:
- name: Checkout
uses: actions/checkout@v2