Skip to content

Commit

Permalink
ok, one more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 30, 2024
1 parent 1b38a4f commit d5cdb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sed -I "" "s/gfortran/gfortran -L./" CMakeLists.txt
mkdir build
cd build
cmake ..
cmake -CMAKE_CXX_COMPILER=/opt/homebrew/bin/gcc ..
cp /opt/homebrew/lib/gcc/14/*libgfortran* .
ls
echo "DYLD_LIBRARY_PATH=$(echo $DYLD_LIBRARY_PATH:.)" >> $GITHUB_ENV
Expand Down

0 comments on commit d5cdb97

Please sign in to comment.