Closed duthils closed 2 months ago
Rust is already available on Github runners in version 1.80.1, but I guess we want to keep the same version as is used for running the tests.
Thanks for the suggestion!
Rust is already available on Github runners in version 1.80.1, but I guess we want to keep the same version as is used for running the tests.
Yep; also having a controlled environment is generally a good idea :) Then we can decide which Rust version to use, instead of having to use the version provided by the GHA image.
@duthils @shikharvashistha thanks for your contribution!
This PR takes the changes from https://github.com/getsops/sops/pull/1403 and applies them in a dedicated CI workflow.
Fixes https://github.com/getsops/sops/pull/1390