Skip to content

Commit 79cef35

Browse files
Update manual-release.yml to match osx build
1 parent c98b585 commit 79cef35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)