Skip to content

Commit 1bec4de

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents fcf690b + b44c094 commit 1bec4de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,8 @@ jobs:
216216

217217
- name: Install xmllint (MacOS)
218218
run: |
219-
#brew install --force --overwrite [email protected] # temp hack
220-
#brew install --force --overwrite [email protected] # temp hack
221-
brew install --force --overwrite [email protected] # temp hack
222-
brew update
219+
brew update || true
220+
brew upgrade || true
223221
brew install libxml2
224222
if: startsWith(matrix.config.os,'macos-')
225223

0 commit comments

Comments
 (0)