Avoid error '/var/cache/debconf/config.dat is locked by another process' when retrying
This commit is contained in:
parent
82774b9a08
commit
e1e9d645c4
1
.github/workflows/automated-tests.yml
vendored
1
.github/workflows/automated-tests.yml
vendored
@ -303,6 +303,7 @@ jobs:
|
||||
rm -f /var/lib/dpkg/lock-frontend
|
||||
rm -f /var/lib/dpkg/lock
|
||||
rm -f /var/cache/apt/archives/lock
|
||||
rm -f /var/cache/debconf/config.dat
|
||||
|
||||
echo "Reconfigure the package manager"
|
||||
dpkg --configure -a
|
||||
|
Loading…
Reference in New Issue
Block a user