fix: add --fix-missing to apt-get for transient network errors
Some checks failed
Build & Release / build (push) Failing after 59s

This commit is contained in:
MiTHRAL 2026-04-21 00:43:13 -04:00
parent 85e5b16938
commit c6ed6b5074

View file

@ -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 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) - name: Build Linux (deb + zip)
run: pnpm make run: pnpm make