Skip to content

Commit

Permalink
Fix format job
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Aug 27, 2023
1 parent 109e6ac commit 6164113
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- name: cargo +nightly fmt
run: cargo +nightly fmt
- name: cargo fmt
run: cargo fmt
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6164113

Please sign in to comment.