From 51d848273c6ba5fd007f9fa36a4d57466ef3b2bf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 26 Aug 2021 00:34:54 +0300 Subject: [PATCH] Install g++-5 in 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 8c3ab1d..2cf1bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - toolset: gcc-5 cxxstd: "03,11,14,1z" os: ubuntu-18.04 + install: g++-5 - toolset: gcc-6 cxxstd: "03,11,14,1z" os: ubuntu-18.04