stevedlawrence commented on code in PR #1210:
URL: https://github.com/apache/daffodil/pull/1210#discussion_r1560008972
##########
.github/workflows/main.yml:
##########
@@ -102,7 +102,10 @@ jobs:
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
- run: brew install libmxml
+ run: |
+ brew tap-new local/libmxml
+ brew extract --version 3.3.1 libmxml local/libmxml
+ brew install [email protected]
Review Comment:
Note, I also don't know much about macOS and homebrew. This was all just
based on googling and lots of trial and error until I found something that
worked. There might be a better way to do it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]