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 4a679e2 commit b205027Copy full SHA for b205027
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
name: "Ubuntu/18.04/Static/X64/Release",
52
os: ubuntu-18.04,
53
config: Release,
54
- cmake_extra_args: "-DCMAKE_C_COMPILER=/usr/bin/gcc-8 -DCMAKE_CXX_COMPILER=/usr/bin/g++-8 -DCMAKE_CXX_FLAGS=\"-O2\"",
+ cmake_extra_args: "-DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_CXX_FLAGS=\"-O2\"",
55
sudocmd: "sudo",
56
artifact_name: "Linux",
57
cores: 2,
@@ -101,4 +101,4 @@ jobs:
101
- name: Archive Installer Packages as is
102
uses: kittaakos/upload-artifact-as-is@v0
103
with:
104
- path: build/matplotplusplus-?.?.?-*.*
+ path: build/matplotplusplus-?.?.?-*.*
0 commit comments