Skip to content

Commit

Permalink
last attempt (for real)
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 30, 2024
1 parent 22c69e6 commit 44fc7dd
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 -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++-14 ..
cmake -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++-14 -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++-14 ..
cp /opt/homebrew/lib/gcc/14/*libgfortran* .
ls
echo "DYLD_LIBRARY_PATH=$(echo $DYLD_LIBRARY_PATH:.)" >> $GITHUB_ENV
Expand Down

0 comments on commit 44fc7dd

Please sign in to comment.