Skip to content

Use inline script instead actions-rs #1959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

s7tya
Copy link
Contributor

@s7tya s7tya commented Aug 5, 2024

The repository for actions-rs/toolchain has been archived and is no longer maintained. Instead, this PR uses an inline script like:

      - name: Install stable toolchain
        run: |
          rustup install $RUST_TOOLCHAIN_VERSION --profile minimal
          rustup default $RUST_TOOLCHAIN_VERSION
          rustup component add --toolchain $RUST_TOOLCHAIN_VERSION rustfmt clippy
        env:
          RUST_TOOLCHAIN_VERSION: stable

Additionally, I've updated the versions for actions/checkout, actions/setup-node, and Swatinem/rust-cache.

@s7tya s7tya force-pushed the use-inline-script-instead-actions-rs branch from 9eb2a62 to c2d697a Compare August 5, 2024 22:02
@s7tya s7tya force-pushed the use-inline-script-instead-actions-rs branch from c2d697a to 0d27c55 Compare August 5, 2024 22:15
@s7tya s7tya marked this pull request as ready for review August 5, 2024 22:24
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

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

Thank you! :)

@Kobzol Kobzol merged commit 8df1e5d into rust-lang:master Aug 6, 2024
11 checks passed
@s7tya s7tya deleted the use-inline-script-instead-actions-rs branch August 6, 2024 07:14
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