We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751d8f7 commit 319b8eeCopy full SHA for 319b8ee
.github/workflows/_run-one-click.yml
@@ -115,6 +115,7 @@ jobs:
115
- name: Install dependencies
116
run: |
117
# Use flock to prevent apt conflicts when multiple instances run
118
+ sudo rm -f /etc/apt/sources.list.d/helm-stable-debian.list || true
119
sudo flock /var/lib/dpkg/lock-frontend apt update
120
sudo flock /var/lib/dpkg/lock-frontend apt install -y python3-pip
121
0 commit comments