Browse Source

Update apple_m.yml

pull/4469/head
Martin Kroeker GitHub 1 year ago
parent
commit
c0b1fdd83c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/apple_m.yml

+ 1
- 1
.github/workflows/apple_m.yml View File

@@ -98,7 +98,7 @@ jobs:
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=${{matrix.openmp}} INTERFACE64=${{matrix.ilp64}} FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
export LDFLAGS="-Wl,-ld_classic"
export LDFLAGS="$LDFLAGS -Wl,-ld_classic"
mkdir build && cd build
cmake -DDYNAMIC_ARCH=1 \
-DUSE_OPENMP=${{matrix.openmp}} \


Loading…
Cancel
Save