Skip to content

Commit b44c094

Browse files
authored
Update build_cmake.yml
1 parent 0ace21b commit b44c094

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)