Skip to content

Commit

Permalink
MacOS workflow attempt #672
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 25, 2024
1 parent 2cc7c3f commit 3794f9c
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 @@ -55,7 +55,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
cmake .
cmake -CMAKE_LIBRARY_PATH_FLAG=-L/usr/local/lib .
make -j4
sudo make install
- name: Source Build and Test
Expand Down

0 comments on commit 3794f9c

Please sign in to comment.