Skip to content

Commit

Permalink
Drop actions-rs/toolchain usage from publish workflow
Browse files Browse the repository at this point in the history
Similar to what we did for the test GitHub Action workflow, replace the
deprecated actions-rs/toolchain with dtolnay/rust-toolchain.
  • Loading branch information
d-e-s-o committed Feb 25, 2024
1 parent f092c4e commit 936713a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: dtolnay/rust-toolchain@stable
- name: Dry-run package creation
run: cargo package --no-verify
- name: Create git tag
Expand Down

0 comments on commit 936713a

Please sign in to comment.