Skip to content

Commit

Permalink
Fix build failures due to apt failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Nov 4, 2024
1 parent 30bd68a commit 129833b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
# See:
# https://github.com/electron-userland/electron-builder/issues/4181
run: sudo apt-get install libarchive-tools
run: sudo apt-get update && apt-get install libarchive-tools

- name: Build
uses: ente-io/action-electron-builder@eff78a1d33bdab4c54ede0e5cdc71e0c2cf803e2
Expand Down

0 comments on commit 129833b

Please sign in to comment.