diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2c32fbcb7923d..3a13e3f8b75c4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -43,6 +43,11 @@ jobs: cxxflags: -stdlib=libc++ os: ubuntu-20.04 install: sudo apt install libc++-11-dev libc++abi-11-dev + - cxx: g++-11 + build_type: Debug + std: 20 + os: ubuntu-20.04 + install: sudo apt install g++-11 - shared: -DBUILD_SHARED_LIBS=ON steps: