ci: try to build with cpp_std=c++20

Add an extra job to build with `-std=c++20` on Fedora.
Update actions/checkout to v3.
This commit is contained in:
Aleksei Bavshin
2023-01-16 23:56:26 -08:00
parent 93e340a081
commit 01cee153a4
3 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.13
with:
source: '.'