batch installation should fall back to cargo install
unless told --no-fallback
#322
Open
1 of 2 tasks
cargo install
unless told --no-fallback
#322
in the step "Test batch installation with curl" of https://github.com/cargo-bins/cargo-quickinstall/actions/runs/11780483526/job/32811167615 I got:
If I don't specify
--no-fallback
, I would expect this to fall back tocargo install
. This test should then be changed to specify--no-fallback
This problem only shows up because we did a release and cargo-quickinstall hasn't built itself yet. I will think about fiddling with the release action to trigger a bunch of self-builds or something, to make this fail less often. In this case, I manually ran
make recheck
locally to trigger the builds and then re-ran my CI build. Hopefully fixed in trigger self build after every release #323The text was updated successfully, but these errors were encountered: