Skip to content

Commit 1f10a9e

Browse files
committed
check what is to be removed
1 parent ca94f41 commit 1f10a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)