Skip to content

Commit cef7dd2

Browse files
committed
Fix
1 parent dbdd104 commit cef7dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
tar -xf simgrid-v3.36.tar.gz
4848
cd simgrid-v3.36
4949
#sed -I "" "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
50+
mkdir build
51+
cd build
52+
cmake ..
5053
make -j4
5154
sudo make install
5255
- name: Source Build and Test

0 commit comments

Comments
 (0)