Skip to content

Commit 60d03c3

Browse files
authored
fix missing ranlib
1 parent d5a5c7d commit 60d03c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/apple_m.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
run: |
100100
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
101101
export CC="/opt/homebrew/opt/llvm/bin/clang"
102+
export RANLIB=llvm-ranlib
102103
case "${{ matrix.build }}" in
103104
"make")
104105
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=${{matrix.openmp}} INTERFACE64=${{matrix.ilp64}} FC="ccache ${{ matrix.fortran }}"

0 commit comments

Comments
 (0)