tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.25k stars 900 forks source link

fix fpm ci installion #4263

Closed leongross closed 4 months ago

leongross commented 4 months ago

The CI seems to fail on the fpm installation and recommends to install the rub-dev package. Doing this fixes the issue (#4218)

deadprogram commented 4 months ago

Thank you for the fix @leongross I just noticed those failures had started.

Now merging.