fix: add zip binary for MakerZIP
All checks were successful
Build & Release / build (push) Successful in 2m26s
All checks were successful
Build & Release / build (push) Successful in 2m26s
This commit is contained in:
parent
7f54531db5
commit
7d1446302d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Install Linux build deps
|
||||
run: apt-get update && apt-get install -y --fix-missing python3 make g++ libgtk-3-dev libnss3-dev libxss1 libasound2-dev libgbm-dev dpkg fakeroot
|
||||
run: apt-get update && apt-get install -y --fix-missing python3 make g++ libgtk-3-dev libnss3-dev libxss1 libasound2-dev libgbm-dev dpkg fakeroot zip
|
||||
|
||||
- name: Build Linux (deb + zip)
|
||||
run: pnpm make
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue