Skip to content

Commit

Permalink
build: Fix mac antlr installation (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinoella authored Jun 18, 2024
1 parent 7b7bf01 commit 843db6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build/osx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ runs:
set -ex
brew update-reset
ln -s $(which python3)/ $(brew --prefix)/Cellar/python3
brew install ftgl ninja
brew install antlr
brew install antlr
- name: Install Python Dependencies
shell: bash
Expand Down

0 comments on commit 843db6d

Please sign in to comment.