We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f801a22 commit e762b9eCopy full SHA for e762b9e
.github/workflows/cppcmake.yml
@@ -29,7 +29,7 @@ jobs:
29
matrix:
30
config:
31
- {name: "ubuntu-20.04", os: "ubuntu-20.04"}
32
-# - {name: "ubuntu-18.04", os: "ubuntu-18.04", cmake_extra: ""}
+ - {name: "ubuntu-18.04", os: "ubuntu-18.04"}
33
- {name: "ubuntu-16.04", os: "ubuntu-16.04"}
34
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v140,host=x86"}
35
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v140,host=x86 -A Win32"}
0 commit comments