forked from mpusz/mp-units
Another attempt to restore the GCC 10.1.0 build
This commit is contained in:
5
.github/workflows/ci-conan.yml
vendored
5
.github/workflows/ci-conan.yml
vendored
@@ -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,
|
||||||
|
Reference in New Issue
Block a user