We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9948f5e commit a4f6f55Copy full SHA for a4f6f55
.github/workflows/unit-tests.yml
@@ -162,7 +162,7 @@ jobs:
162
- name: Install system packages
163
run: |
164
if [[ "${{runner.os}}" =~ macOS ]]; then
165
- brew install cmake boost sdl2 sdl2_mixer gettext miniupnpc libiconv
+ brew install cmake boost sdl2 sdl2_mixer gettext miniupnpc libiconv lua
166
echo /usr/local/opt/gettext/bin >> $GITHUB_PATH
167
echo "Available Boost installs: $(ls /usr/local/Cellar/boost/)"
168
# Use the latest (last folder)
0 commit comments