File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments