Skip to content

Commit ddf45f5

Browse files
committed
Debugging MacOS workflow
1 parent 3d81a98 commit ddf45f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: debug0
3434
run: |
3535
ls /opt/homebrew/lib/gcc/14/
36-
- name: debug1
37-
run: |
38-
ls /usr/local/lib
3936
- name: Install nlohmann-json
4037
run: |
4138
brew install nlohmann-json
@@ -54,6 +51,7 @@ jobs:
5451
#sed -I "" "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
5552
mkdir build
5653
cd build
54+
cp /opt/homebrew/lib/gcc/14/*libgfortran* .
5755
cmake ..
5856
make -j4
5957
sudo make install

0 commit comments

Comments
 (0)