Skip to content

Commit

Permalink
GHA: Install lua via homebrew on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 2, 2025
1 parent e572eaf commit 7dd2b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Install system packages
run: |
if [[ "${{runner.os}}" =~ macos ]]; then
brew install cmake boost sdl2 sdl2_mixer gettext miniupnpc libiconv
brew install cmake boost sdl2 sdl2_mixer gettext miniupnpc libiconv lua
echo /usr/local/opt/gettext/bin >> $GITHUB_PATH
echo "Available Boost installs: $(ls /usr/local/Cellar/boost/)"
# Use the latest (last folder)
Expand Down

0 comments on commit 7dd2b91

Please sign in to comment.