Skip to content

ci: Stop using actions-rs#2424

Merged
szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex/no-actions-rs
Mar 21, 2025
Merged

ci: Stop using actions-rs#2424
szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex/no-actions-rs

Conversation

@szokeasaurusrex
Copy link
Copy Markdown
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
Copy Markdown
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