Skip to content

Commit

Permalink
rust.yml switch from dtolnay/rust-toolchain to moonrepo/setup-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Dec 3, 2023
1 parent 8ce7197 commit dd83144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
- uses: moonrepo/setup-rust@v1
with:
toolchain: ${{ matrix.msrv }}
channel: ${{ matrix.msrv }}
- name: Build using rust ${{ matrix.msrv }} on ${{ matrix.os }}
shell: bash
run: |
Expand Down

0 comments on commit dd83144

Please sign in to comment.