Skip to content

Commit

Permalink
try specifying the c compilers for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 9, 2024
1 parent a530d7f commit e05ed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: make RMG
run: |
make clean
make
CC=gcc CXX=g++ make
build-and-test-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e05ed5e

Please sign in to comment.