Skip to content

Commit cc76112

Browse files
authored
try specifying the c compilers for macos build
1 parent 3c6e8be commit cc76112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: make RMG
9696
run: |
9797
make clean
98-
make
98+
CC=gcc CXX=g++ make
9999
100100
build-and-test-linux:
101101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)