Skip to content

Commit

Permalink
Update build_cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Mar 18, 2024
1 parent 41d5bc5 commit bef233a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:

- name: Install xmllint (MacOS)
run: |
#brew install --force --overwrite python@3.12 # temp hack
brew install --force --overwrite python@3.11 # temp hack
brew install --force --overwrite python@3.12 # temp hack
brew update
brew install libxml2
if: matrix.config.os == 'macos-latest'
Expand Down

0 comments on commit bef233a

Please sign in to comment.