Skip to content

Commit

Permalink
fixup! Update our github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jun 7, 2024
1 parent c46502a commit 59d4842
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
toolchain: stable
components: rustfmt
profile: minimal
override: true

- name: Cargo fmt
run: |
Expand All @@ -43,8 +41,6 @@ jobs:
with:
toolchain: stable
components: clippy
profile: minimal
override: true

- name: Clippy
run: |
Expand Down Expand Up @@ -80,8 +76,6 @@ jobs:
with:
toolchain: ${{ matrix.rust || 'stable' }}
target: ${{ matrix.target }}
profile: minimal
override: true

- name: Build Rust
run: |
Expand Down

0 comments on commit 59d4842

Please sign in to comment.