Skip to content

Conversation

szokeasaurusrex
Copy link
Member

actions-rs is no longer maintained. We can instead just call Rust commands directly.

This change also removes explicit installs of Rust toolchains, since GitHub Runners ship with the needed Rust tools installed. Instead, we only use rustup target add when needed for cross-compilation to other targets.

`actions-rs` is no longer maintained. We can instead just call Rust commands directly.

This change also removes explicit installs of Rust toolchains, since GitHub Runners ship with the needed Rust tools installed. Instead, we only use `rustup target add` when needed for cross-compilation to other targets.
Copy link
Member Author

@szokeasaurusrex szokeasaurusrex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also pushed this branch to release/test, so you can see the results of the "Release Build" (defined in build.yml) also on this commit

@szokeasaurusrex szokeasaurusrex merged commit bfb3007 into master Mar 21, 2025
44 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/no-actions-rs branch March 21, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants