We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39dda7 commit a03b11bCopy full SHA for a03b11b
2 files changed
.github/workflows/posix.yml
@@ -102,11 +102,11 @@ jobs:
102
build_lib "$PLAT" "$INTERFACE64" "0"
103
fi
104
105
- - name: Setup tmate session
106
- if: ${{ failure() }}
107
- uses: mxschmitt/action-tmate@v3
108
- with:
109
- limit-access-to-actor: true
+ # - name: Setup tmate session
+ # if: ${{ failure() }}
+ # uses: mxschmitt/action-tmate@v3
+ # with:
+ # limit-access-to-actor: true
110
111
- name: Build and test wheel
112
run: |
tools/build_steps.sh
@@ -125,6 +125,8 @@ function do_build_lib {
125
Darwin-x86_64)
126
local bitness=64
127
local target_flags="TARGET=CORE2"
128
+ # Pick up the gfortran runtime libraries
129
+ export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
130
;;
131
*-i686)
132
local bitness=32
0 commit comments