Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 069414a

Browse files
committed
sudo fix
1 parent ece4dbd commit 069414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
'libicu-dev' \
127127
'^vim.*' \
128128
'python3-breezy' \
129-
&& rm -rf /var/lib/apt/lists/*
129+
&& sudo rm -rf /var/lib/apt/lists/*
130130
131131
- name: Show installed packages ordered by size
132132
run: dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr

0 commit comments

Comments
 (0)