Skip to content

Commit 75acd79

Browse files
committed
CI: Removed use of gcc7 specifically.
This fixes CI build fails because of lack of gcc-7
1 parent 35336ce commit 75acd79

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
@@ -21,8 +21,8 @@ jobs:
2121
platform: [ubuntu-16.04, ubuntu-18.04]
2222

2323
env:
24-
CC: gcc-7
25-
CXX: g++-7
24+
CC: gcc
25+
CXX: g++
2626
BUILD_PATH: build
2727
INSTALL_PATH: build/local
2828
RELEASE_TAR: patmos-llvm*.tar.gz

0 commit comments

Comments
 (0)