Skip to content

Commit 319b8ee

Browse files
authored
Fix invalid source for oneclick workflow (#2265)
Signed-off-by: ZePan110 <[email protected]>
1 parent 751d8f7 commit 319b8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_run-one-click.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
- name: Install dependencies
116116
run: |
117117
# Use flock to prevent apt conflicts when multiple instances run
118+
sudo rm -f /etc/apt/sources.list.d/helm-stable-debian.list || true
118119
sudo flock /var/lib/dpkg/lock-frontend apt update
119120
sudo flock /var/lib/dpkg/lock-frontend apt install -y python3-pip
120121

0 commit comments

Comments
 (0)