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