Skip to content

Commit b9b96f2

Browse files
committed
chore: update GitHub Actions workflow pyinstaller-build.yml
1 parent 1dd6bd7 commit b9b96f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pyinstaller-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666
python -m pip install --upgrade pip
6767
pip install poetry==2.0.1
6868
69+
- name: Install UPX on macOS
70+
if: runner.os == 'macOS'
71+
run: |
72+
brew update
73+
brew install upx
74+
6975
- name: Install dependencies
7076
run: |
7177
cd backend

0 commit comments

Comments
 (0)