From 0ea6ef08007567528d3ff5ac5766cf5cac362754 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 27 Dec 2020 11:54:04 +0100 Subject: [PATCH] Another attempt to restore the GCC 10.1.0 build --- .github/workflows/ci-conan.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 808923ca..80eb4173 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -43,6 +43,11 @@ jobs: os: windows-latest, compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" } } + - { + name: "Ubuntu GCC 10.1.0", + os: ubuntu-latest, + compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" } + } - { name: "Ubuntu GCC 10.2.0", os: ubuntu-20.04,