test: Don't do apt-get upgrade

Not enough space on the Github Runners.
This commit is contained in:
Johan Gunnarsson 2023-02-01 19:36:24 +01:00
parent b451a21fbb
commit b0e1b98ab0
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ set -ex
# Install updates
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get upgrade -y
# Shut down
poweroff