esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
457 stars 111 forks source link

CI: call `apt-get update` before calling `apt-get install` #478

Closed jessebraham closed 10 months ago

jessebraham commented 10 months ago

We were not updating the apt caches prior to installing the packages, which was resulting in errors.

I've also switched from apt to apt-get; I normally use apt, but technically it doesn't have a stable interface so we should stick with apt-get (which does have a stable interface) just to be safe.