Skip to content

Commit cfa6a3b

Browse files
add luaparser
1 parent 7a72379 commit cfa6a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,11 @@ jobs:
8383
HOMEBREW_NO_AUTO_UPDATE=yes HOMEBREW_NO_INSTALL_CLEANUP=yes brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer gettext ccache parallel clang-format astyle
8484
python3 -m venv ./venv
8585
source ./venv/bin/activate
86-
pip3 install mac_alias==2.2.0 dmgbuild==1.6.1 biplist polib
86+
pip3 install mac_alias==2.2.0 dmgbuild==1.6.1 biplist polib luaparser
8787
8888
- name: Build
8989
run: |
9090
python3 -m venv ./venv
9191
source ./venv/bin/activate
92-
pip3 show polib
9392
make -j3 TILES=${{ matrix.tiles }} SOUND=${{ matrix.tiles }} LUA=1 RELEASE=1 LANGUAGES=all USE_HOME_DIR=1 OSX_MIN=11 PCH=0 dmgdist COMPILER=$(brew --prefix llvm)/bin/clang
9493
mv CataclysmBN-${{ env.VERSION }}.dmg cbn-${{ matrix.artifact }}-${{ env.VERSION }}.dmg

0 commit comments

Comments
 (0)