cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.62k stars 60 forks source link

ci: Correct variable used in install tests #1977

Closed mjpieters closed 1 day ago

mjpieters commented 2 days ago

The STRIP_V env var should be set from the set_binstall_version matrix variable.

While here, ensure that the install-script workflow is run whenever the workflow itself is changed (in addition to the install scripts themselves).

mjpieters commented 2 days ago

This time, I verified the workflow by running it in my fork first. 🤦