We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7112f commit 116cd19Copy full SHA for 116cd19
.github/workflows/test.yml
@@ -17,7 +17,8 @@ jobs:
17
run : |
18
brew update
19
brew install asciidoc xmlto libgit2
20
- echo "XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog" >> $GITHUB_ENV
+ HOMEBREW_PREFIX=$(brew --prefix)
21
+ echo "XML_CATALOG_FILES=${HOMEBREW_PREFIX}/etc/xml/catalog" >> $GITHUB_ENV
22
- name: Install Python packages
23
run: |
24
python3 -m venv ~/venv
0 commit comments