OpenTTD / OpenGFX

8bpp Graphics Base Set for OpenTTD
GNU General Public License v2.0
48 stars 26 forks source link

Fix: [GitHub Actions] make sure apt-database is in sync #40

Closed TrueBrain closed 4 years ago

TrueBrain commented 4 years ago

The OSes GitHub Actions run on, don't 'apt update' before becoming available, and those OSes are not updated on a very regular base. In result, hoping that a 'apt install' works is failing over time, till the OS is updated again, and it slowly drifts into despair again.

All this solved by an 'apt update' of course.