File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ jobs:
102
102
build_lib "$PLAT" "$INTERFACE64" "0"
103
103
fi
104
104
105
- - name : Setup tmate session
106
- if : ${{ failure() }}
107
- uses : mxschmitt/action-tmate@v3
108
- with :
109
- limit-access-to-actor : true
105
+ # - name: Setup tmate session
106
+ # if: ${{ failure() }}
107
+ # uses: mxschmitt/action-tmate@v3
108
+ # with:
109
+ # limit-access-to-actor: true
110
110
111
111
- name : Build and test wheel
112
112
run : |
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ function do_build_lib {
125
125
Darwin-x86_64)
126
126
local bitness=64
127
127
local target_flags=" TARGET=CORE2"
128
+ # Pick up the gfortran runtime libraries
129
+ export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
128
130
;;
129
131
* -i686)
130
132
local bitness=32
You can’t perform that action at this time.
0 commit comments