mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 15:09:09 +00:00
[desktop] Fix build failures due to apt failures
https://github.com/ente-io/ente/pull/3921/files
This commit is contained in:
parent
a1bb2ff0c1
commit
a11dd01d4a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user