Skip to content

Commit

Permalink
Update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jul 31, 2024
1 parent aadc8df commit b629f52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ jobs:
experimental: false

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Pin versions for MSRV
if: "${{ matrix.rust == '1.51.0' }}"
run: |
Expand All @@ -59,7 +57,7 @@ jobs:
miri:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Miri
run: |
rustup toolchain install nightly --component miri
Expand Down

0 comments on commit b629f52

Please sign in to comment.