fix: add --fix-missing to apt-get for transient network errors
Some checks failed
Build & Release / build (push) Failing after 59s
Some checks failed
Build & Release / build (push) Failing after 59s
This commit is contained in:
parent
85e5b16938
commit
c6ed6b5074
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 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
|
||||
|
||||
- name: Build Linux (deb + zip)
|
||||
run: pnpm make
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue