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 e1aa38d commit 4958f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
components: clippy

- name: Cache
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true
components: rustfmt

- name: Run rustfmt
Expand All @@ -78,6 +80,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true

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

0 comments on commit 4958f48

Please sign in to comment.