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