Closed nosracd closed 2 days ago
master jobs are now failing with no changes on our side. I'm not sure what changed on the GitHub side, but it seems we can no longer rely on apt to have a valid cache. This PR fixes that by running apt update before apt install.
apt update
apt install
master jobs are now failing with no changes on our side. I'm not sure what changed on the GitHub side, but it seems we can no longer rely on apt to have a valid cache. This PR fixes that by running
apt update
beforeapt install
.