Skip to content

Commit a4f6f55

Browse files
committed
GHA: Install lua via homebrew on OSX
1 parent 9948f5e commit a4f6f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Install system packages
163163
run: |
164164
if [[ "${{runner.os}}" =~ macOS ]]; then
165-
brew install cmake boost sdl2 sdl2_mixer gettext miniupnpc libiconv
165+
brew install cmake boost sdl2 sdl2_mixer gettext miniupnpc libiconv lua
166166
echo /usr/local/opt/gettext/bin >> $GITHUB_PATH
167167
echo "Available Boost installs: $(ls /usr/local/Cellar/boost/)"
168168
# Use the latest (last folder)

0 commit comments

Comments
 (0)