Skip to content

Commit 1493055

Browse files
Update osx.yml
maybe
1 parent d809158 commit 1493055

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/osx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,9 @@ jobs:
8787
8888
- name: Build
8989
run: |
90+
pip3 show polib
91+
python3 -m venv ./venv
92+
source ./venv/bin/activate
93+
pip3 show polib
9094
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
9195
mv CataclysmBN-${{ env.VERSION }}.dmg cbn-${{ matrix.artifact }}-${{ env.VERSION }}.dmg

0 commit comments

Comments
 (0)