We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b277f4f commit e449c97Copy full SHA for e449c97
.github/workflows/build-and-deploy.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install - MacOS
73
if: startsWith(matrix.os,'macos')
74
run: |
75
- HOMEBREW_NO_AUTO_UPDATE=1 brew install git coreutils cmake gcc gsl xerces-c xsd || true
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils gsl xerces-c xsd || true
76
HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite xsd
77
78
- name: Infos
@@ -112,4 +112,4 @@ jobs:
112
asset_path: ./openMalaria-${{matrix.os}}.tar.gz
113
asset_name: openMalaria-${{matrix.os}}.tar.gz
114
asset_content_type: application/zip
115
-
+
0 commit comments