Skip to content

Commit b205027

Browse files
Update build.yml
1 parent 4a679e2 commit b205027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: "Ubuntu/18.04/Static/X64/Release",
5252
os: ubuntu-18.04,
5353
config: Release,
54-
cmake_extra_args: "-DCMAKE_C_COMPILER=/usr/bin/gcc-8 -DCMAKE_CXX_COMPILER=/usr/bin/g++-8 -DCMAKE_CXX_FLAGS=\"-O2\"",
54+
cmake_extra_args: "-DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_CXX_FLAGS=\"-O2\"",
5555
sudocmd: "sudo",
5656
artifact_name: "Linux",
5757
cores: 2,
@@ -101,4 +101,4 @@ jobs:
101101
- name: Archive Installer Packages as is
102102
uses: kittaakos/upload-artifact-as-is@v0
103103
with:
104-
path: build/matplotplusplus-?.?.?-*.*
104+
path: build/matplotplusplus-?.?.?-*.*

0 commit comments

Comments
 (0)