fix: add dpkg and fakeroot for deb maker
Some checks failed
Build & Release / build (push) Failing after 1m7s
Some checks failed
Build & Release / build (push) Failing after 1m7s
This commit is contained in:
parent
c6ed6b5074
commit
7f54531db5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Install Linux build deps
|
- 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
|
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
|
||||||
|
|
||||||
- name: Build Linux (deb + zip)
|
- name: Build Linux (deb + zip)
|
||||||
run: pnpm make
|
run: pnpm make
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue