From fd2781afc98ab2ec61b647f80d9a3c3a0864a82e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 10 Aug 2021 17:56:49 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 755f237..7ee6ace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: - toolset: gcc-11 cxxstd: "03,11,14,17,20" os: ubuntu-20.04 + install: g++-11 - toolset: clang compiler: clang++-3.5 cxxstd: "03,11"