Skip to content

Commit

Permalink
Last (desperate) attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 29, 2024
1 parent e9395ae commit 1b38a4f
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 @@ -48,7 +48,7 @@ jobs:
wget --no-check-certificate https://framagit.org/simgrid/simgrid/-/archive/v3.36/simgrid-v3.36.tar.gz
tar -xf simgrid-v3.36.tar.gz
cd simgrid-v3.36
#sed -I "" "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
sed -I "" "s/gfortran/gfortran -L./" CMakeLists.txt
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 1b38a4f

Please sign in to comment.