Another attempt to restore the GCC 10.1.0 build

This commit is contained in:
Mateusz Pusz
2020-12-27 11:54:04 +01:00
parent 8ab3af3987
commit 0ea6ef0800

View File

@@ -43,6 +43,11 @@ jobs:
os: windows-latest, os: windows-latest,
compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" } 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", name: "Ubuntu GCC 10.2.0",
os: ubuntu-20.04, os: ubuntu-20.04,