pkatlic commented on code in PR #1210:
URL: https://github.com/apache/daffodil/pull/1210#discussion_r1560941224
##########
.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:
It does seem that this is the recommended approach to specifying an older
version due to the way that homebrew is managed.
--
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]