Skip to content

Commit 57e880d

Browse files
committed
INSTALL G++
1 parent dd01192 commit 57e880d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run_test_suite.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ jobs:
3838
include:
3939
- runs-on: ubuntu-20.04
4040
gcc: 7
41-
install: gcc-7 cpp-7
41+
install: g++-7 gcc-7 cpp-7
4242
- runs-on: ubuntu-20.04
4343
gcc: 8
44-
install: gcc-8 cpp-8
44+
install: g++-8 gcc-8 cpp-8
4545
- runs-on: ubuntu-24.04
4646
gcc: 9
47-
install: gcc-9 cpp-9
47+
install: g++-9 gcc-9 cpp-9
4848
- runs-on: ubuntu-24.04
4949
gcc: 10
50-
install: gcc-10 cpp-10
50+
install: g++-10 gcc-10 cpp-10
5151
- runs-on: ubuntu-24.04
5252
gcc: 11
53-
install: gcc-11 cpp-11
53+
install: g++-11 gcc-11 cpp-11
5454
- runs-on: ubuntu-24.04
5555
gcc: 12
5656
install:

0 commit comments

Comments
 (0)