mirror of
https://github.com/armbian/configng.git
synced 2026-01-06 10:37:41 -08:00
Unit tests: run apt update prior installing anything
This commit is contained in:
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user