Unit tests: run apt update prior installing anything

This commit is contained in:
Igor
2025-05-31 12:28:14 +02:00
committed by GitHub
parent c2e5bdb0dc
commit 658f9aa7f2

View File

@@ -91,6 +91,7 @@ jobs:
- name: "Install dependencies: fastfetch"
run: |
if lsof /var/lib/dpkg/lock >/dev/null 2>&1; then reboot; fi
sudo apt update
sudo dpkg --configure -a
sudo apt-get -y install fastfetch