Skip to content

Commit e2e8191

Browse files
committed
use g++
1 parent 248aa7f commit e2e8191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build
9191
run: |
9292
flags=$( perl -MConfig -e 'print $Config::Config{ccflags}' )
93-
perl Makefile.PL CCFLAGS="$flags -Werror" CC=clang++ && make
93+
perl Makefile.PL CCFLAGS="$flags -Werror" CC=g++ && make
9494
9595
- name: Test
9696
run: make test

0 commit comments

Comments
 (0)