Building in Github CI fails with /root/.rustup/toolchains/nightly-i686-unknown-linux-gnu/bin/cargo: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
An example workflow of mine is linked here.
Omitting these targets (arbitrarily) resolved the issue.
The failing workflow file with command used.
Building in Github CI fails with
/root/.rustup/toolchains/nightly-i686-unknown-linux-gnu/bin/cargo: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
An example workflow of mine is linked here. Omitting these targets (arbitrarily) resolved the issue. The failing workflow file with command used.