Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 16, 2022
1 parent 8d3cbbc commit e1aa38d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
default: true
profile: minimal
components: clippy

Expand Down Expand Up @@ -62,6 +61,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: rustfmt

- name: Run rustfmt
Expand All @@ -73,13 +73,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install nightly toolchain
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
profile: minimal
components: clippy

- name: Cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit e1aa38d

Please sign in to comment.