Skip to content

Commit

Permalink
Pin libmxml to 3.3.1 in macOS CI
Browse files Browse the repository at this point in the history
Homewbrew upated to 4.x and currently fails CI

DAFFODIL-2889
  • Loading branch information
stevedlawrence committed Apr 11, 2024
1 parent fbf5343 commit 243612f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -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 libmxml@3.3.1
- name: Install Dependencies (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 243612f

Please sign in to comment.