[desktop] Fix build failures due to apt failures

https://github.com/ente-io/ente/pull/3921/files
This commit is contained in:
Manav Rathi 2024-11-04 09:46:28 +05:30
parent a1bb2ff0c1
commit a11dd01d4a
No known key found for this signature in database

View File

@ -88,7 +88,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
# See:
# https://github.com/electron-userland/electron-builder/issues/4181
run: sudo apt-get update && apt-get install libarchive-tools
run: sudo apt-get update && sudo apt-get install libarchive-tools
- name: Build
uses: ente-io/action-electron-builder@eff78a1d33bdab4c54ede0e5cdc71e0c2cf803e2