Skip to content

Commit ca94f41

Browse files
committed
remove everything before update
1 parent 5197408 commit ca94f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/00-setup-mkosi.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
env:
1313
DEBIAN_FRONTEND: noninteractive
1414
run: |
15-
sudo apt-get purge $(dpkg-query -l)
15+
dpkg-query
16+
sudo apt-get purge $(dpkg-query)
1617
sudo apt-get --assume-yes update
1718
sudo apt-get --assume-yes dist-upgrade
1819
- name: Install mkosi

0 commit comments

Comments
 (0)