Skip to content

Commit 336e31b

Browse files
authored
Stop installing git, cmake, gcc from homebrew. (#437)
2 parents c4f331c + e449c97 commit 336e31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install - MacOS
7373
if: startsWith(matrix.os,'macos')
7474
run: |
75-
HOMEBREW_NO_AUTO_UPDATE=1 brew install git coreutils cmake gcc gsl xerces-c xsd || true
75+
HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils gsl xerces-c xsd || true
7676
HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite xsd
7777
7878
- name: Infos
@@ -112,4 +112,4 @@ jobs:
112112
asset_path: ./openMalaria-${{matrix.os}}.tar.gz
113113
asset_name: openMalaria-${{matrix.os}}.tar.gz
114114
asset_content_type: application/zip
115-
115+

0 commit comments

Comments
 (0)