tuxji commented on code in PR #1210:
URL: https://github.com/apache/daffodil/pull/1210#discussion_r1559997188
##########
.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:
I'm curious why the first two commands are needed. Are they always required
even though the page I saw didn't mention them, or is there something about the
GitHub runner which makes them necessary? I have not set up a programming
environment on macOS so I don't know much about brew.
--
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]