From 5eff93e41bbde8d958284296937bce8a6b488736 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 30 Sep 2021 22:00:09 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a22d0e7..669bc06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,11 @@ jobs: - toolset: gcc-10 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + install: g++-10 - toolset: gcc-11 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + install: g++-11 - toolset: clang compiler: clang++-3.9 cxxstd: "03,11,14"