Skip to content

Commit 8b0d0bd

Browse files
committed
ci: debos: Consistent APT calls
Signed-off-by: Loïc Minier <[email protected]>
1 parent ac8649e commit 8b0d0bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/debos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
# these commands are run inside the container
7575
cat <<EOF
7676
apt update
77-
apt upgrade -y
78-
apt install -y debos
77+
apt -y upgrade
78+
apt -y full-upgrade
79+
apt -y install debos
7980
EOF
8081
) | sudo incus exec "${INCUS_NAME}" -- sh
8182

0 commit comments

Comments
 (0)