Skip to content

Commit

Permalink
Merge pull request #160 from striezel-stash/actions-update
Browse files Browse the repository at this point in the history
Update GitHub Actions CI
  • Loading branch information
sdroege committed Jan 18, 2024
2 parents ee294db + 3d10dce commit dee70dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -23,12 +23,10 @@ jobs:
- beta
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
default: true
profile: minimal
- run: rustup component add rustfmt-preview
- name: cargo fmt --all -- --check if stable
run: |
Expand Down

0 comments on commit dee70dd

Please sign in to comment.