We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06956f commit 6335c8eCopy full SHA for 6335c8e
.github/workflows/osx.yml
@@ -88,5 +88,5 @@ jobs:
88
- name: Build
89
run: |
90
source ./venv/bin/activate
91
- 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
+ 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
92
mv CataclysmBN-${{ env.VERSION }}.dmg cbn-${{ matrix.artifact }}-${{ env.VERSION }}.dmg
0 commit comments