commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
384 stars 61 forks source link

Fix Linux CI #455

Closed maxgerhardt closed 1 year ago

maxgerhardt commented 1 year ago

Does a sudo apt-get update before trying to install anything. Should fix latest CI fail.

Fetched 3775 kB in 1s (3853 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_245.4-4ubuntu3.18_amd64.deb  404  Not Found [IP: 52.147.219.192 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
maxgerhardt commented 1 year ago

And yes it does fix it :)