Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 28, 2024
1 parent dbdd104 commit cef7dd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
tar -xf simgrid-v3.36.tar.gz
cd simgrid-v3.36
#sed -I "" "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
mkdir build
cd build
cmake ..
make -j4
sudo make install
- name: Source Build and Test
Expand Down

0 comments on commit cef7dd2

Please sign in to comment.