ci: apt-get update before installing zip
Some checks failed
/ Build App (push) Failing after 1m37s

This commit is contained in:
MiTHRAL 2026-04-22 18:01:55 -04:00
parent 3ca0b7b395
commit 692c4834cd

View file

@ -28,7 +28,7 @@ jobs:
run: pnpm install
- name: Install zip
run: apt-get install -y zip
run: apt-get update && apt-get install -y zip
- name: Build Linux
run: pnpm exec electron-forge make --platform linux --arch x64 --targets @electron-forge/maker-zip