From 71c3d320d56c9e24a9395ba23864f77dc58f306f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 07:20:24 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a86f59c..1c1123e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - toolset: gcc-11 cxxstd: "03,11,14,17,2a" os: ubuntu-18.04 - install: gcc-11 + install: g++-11 - toolset: clang compiler: clang++-3.5 cxxstd: "03,11"