From 20aa0f9dcd1a5b49a757c1ac7fb6b4428ee0af18 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 13 Jun 2021 02:52:14 +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 b6ec9d8..6bf77ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: - toolset: gcc-11 cxxstd: "03,11,14,17,2a" os: ubuntu-18.04 + install: g++-11 - toolset: clang compiler: clang++-3.5 cxxstd: "03,11,14"