Skip to content

Commit 0363697

Browse files
committed
Trying to fix macOS GitHub Actions
1 parent e2d1b65 commit 0363697

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/full-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Install
117117
run: |
118-
brew install m4 git bison hdf5 wget autoconf automake
118+
brew install m4 bison hdf5 wget autoconf automake
119119
brew remove llvm@$LLVM_VERSION
120120
121121
- name: Symlink gfortran

.github/workflows/full-openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Full version of FreeFem, using OpenMPI
2-
name: Full version OpenMPI
1+
# Full version of FreeFem, using Open MPI
2+
name: Full version Open MPI
33

44
on:
55
push:

.github/workflows/minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Automake is necessary on MacOS since aclocal is not included in autoconf
7575
- name: Install
76-
run: brew install gcc autoconf automake m4 git flex bison
76+
run: brew install autoconf automake m4 flex bison
7777

7878
- name: Symlink GCC & Fortran
7979
run: ./etc/actions/macos/link_fortran.sh "$(uname -p)"

.github/workflows/sequential.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@main
7575

7676
- name: Install
77-
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake
77+
run: brew install m4 flex bison suitesparse hdf5 wget autoconf automake
7878

7979
- name: Symlink GCC & Fortran
8080
run: ./etc/actions/macos/link_fortran.sh "$(uname -p)"

0 commit comments

Comments
 (0)