Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 29, 2024
1 parent ddf45f5 commit e9395ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
#sed -I "" "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
mkdir build
cd build
cp /opt/homebrew/lib/gcc/14/*libgfortran* .
cmake ..
cp /opt/homebrew/lib/gcc/14/*libgfortran* .
ls
echo "DYLD_LIBRARY_PATH=$(echo $DYLD_LIBRARY_PATH:.)" >> $GITHUB_ENV
make -j4
sudo make install
- name: Source Build and Test
Expand Down

0 comments on commit e9395ae

Please sign in to comment.