File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ jobs:
237237 - name : Install dependencies (mac)
238238 if : runner.os == 'macOS'
239239 run : |
240- 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
240+ HOMEBREW_NO_AUTO_UPDATE=yes HOMEBREW_NO_INSTALL_CLEANUP=yes brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer gettext ccache parallel clang-format llvm astyle
241241 python3 -m venv ./venv
242242 source ./venv/bin/activate
243- pip3 install mac_alias==2.2.0 dmgbuild==1.6.1 biplist polib
243+ pip3 install mac_alias==2.2.0 dmgbuild==1.6.1 biplist polib luaparser
244244
245245 - name : Build CBN (linux)
246246 if : runner.os == 'Linux' && matrix.mxe == 'none' && matrix.android == 'none'
@@ -266,7 +266,7 @@ jobs:
266266 if : runner.os == 'macOS'
267267 run : |
268268 source ./venv/bin/activate
269- 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
269+ make -j3 TILES=${{ matrix.tiles }} SOUND=${{ matrix.tiles }} LUA=1 RELEASE=1 LANGUAGES=all USE_HOME_DIR=1 OSX_MIN=11 PCH=0 COMPILER=$(brew --prefix llvm)/bin/clang++ dmgdist
270270 mv CataclysmBN-${{ env.VERSION }}.dmg cbn-${{ matrix.artifact }}-${{ env.VERSION }}.dmg
271271 - name : Set up JDK 11 (android)
272272 if : runner.os == 'Linux' && matrix.android != 'none' && matrix.mxe == 'none'
You can’t perform that action at this time.
0 commit comments