Skip to content

Commit

Permalink
debugging MacOS workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jul 19, 2024
1 parent fc24bfd commit 7650dff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
# - name: Install Python
# run: |
# brew install python
- name: Fix fortran
ls /usr/local/bin/*gfortran*
ls /usr/local/lib/*gfortran*
#ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran
- name: Install boost
run: |
brew install sbt
Expand All @@ -56,7 +60,7 @@ jobs:
git clone https://framagit.org/simgrid/simgrid.git
cd simgrid
git checkout 98331a543f36f7991a92affa966a8f162c240984
cmake -Denable_smpi=off .
cmake .
make -j4
sudo make install
- name: Source Build and Test
Expand Down

0 comments on commit 7650dff

Please sign in to comment.