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 dac96a0 commit 69c2e73Copy full SHA for 69c2e73
.github/workflows/build-and-deploy.yml
@@ -72,8 +72,7 @@ jobs:
72
- name: Install - MacOS
73
if: startsWith(matrix.os,'macos')
74
run: |
75
- HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils gsl xerces-c xsd || true
76
- HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite xsd
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils gsl xerces-c || true
77
78
- name: Infos
79
0 commit comments