This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 243612f18 Pin libmxml to 3.3.1 in macOS CI
243612f18 is described below

commit 243612f182b18bc1e6565b5452c36c17fb79f34b
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Apr 10 15:55:35 2024 -0400

    Pin libmxml to 3.3.1 in macOS CI
    
    Homewbrew upated to 4.x and currently fails CI
    
    DAFFODIL-2889
---
 .github/workflows/main.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 882744a71..142549854 100644
--- a/.github/workflows/main.yml
+++ b/.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]
 
       - name: Install Dependencies (Linux)
         if: runner.os == 'Linux'

Reply via email to