mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-27 17:16:39 +00:00
tolerate flaky third-party apt repo in AppImage build workflows
This commit is contained in:
@@ -32,7 +32,11 @@ jobs:
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
# Third-party apt repos on the runner (Google Chrome, Microsoft)
|
||||
# sometimes serve a hash-mismatched index and abort the refresh.
|
||||
# They are irrelevant here, so a failed refresh must not stop the
|
||||
# build: python3 comes from the Ubuntu repos, which fetch fine.
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y python3 python3-pip python3-venv
|
||||
|
||||
- name: Make build script executable
|
||||
|
||||
Reference in New Issue
Block a user