Skip to content

Commit 116cd19

Browse files
committed
MacOS
1 parent 6b7112f commit 116cd19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
run : |
1818
brew update
1919
brew install asciidoc xmlto libgit2
20-
echo "XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog" >> $GITHUB_ENV
20+
HOMEBREW_PREFIX=$(brew --prefix)
21+
echo "XML_CATALOG_FILES=${HOMEBREW_PREFIX}/etc/xml/catalog" >> $GITHUB_ENV
2122
- name: Install Python packages
2223
run: |
2324
python3 -m venv ~/venv

0 commit comments

Comments
 (0)