forked from mpusz/mp-units
ci: MSVC compiler paths removed
This commit is contained in:
6
.github/workflows/ci-test-package-cmake.yml
vendored
6
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -45,14 +45,12 @@ jobs:
|
||||
- {
|
||||
name: "Windows MSVC 14.2",
|
||||
os: windows-2019,
|
||||
compiler:
|
||||
{ type: VISUAL, version: 16, std: 20, cc: "cl", cxx: "cl" },
|
||||
compiler: { type: VISUAL, version: 16, cc: "", cxx: "", std: 20 },
|
||||
}
|
||||
- {
|
||||
name: "Windows MSVC 14.3",
|
||||
os: windows-2022,
|
||||
compiler:
|
||||
{ type: MSVC, version: 193, std: 23, cc: "cl", cxx: "cl" },
|
||||
compiler: { type: MSVC, version: 193, cc: "", cxx: "", std: 23 },
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu GCC-10",
|
||||
|
Reference in New Issue
Block a user