Skip to content

Commit

Permalink
ci: set FC for Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 26, 2023
1 parent 47e6b73 commit ced0433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac-clang15-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
export OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl@3/3.1.1
export CC=$(brew --prefix llvm@15)/bin/clang
export FC=/usr/local/bin/gfortran
echo $CC
mkdir build
cd build
Expand Down

0 comments on commit ced0433

Please sign in to comment.