Skip to content

Commit

Permalink
Fix issues with github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nledford committed Jun 18, 2024
1 parent 5696e96 commit f70330d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
profile: minimal
components: rustfmt
- name: Cargo cache
uses: actions/cache@v2
Expand All @@ -45,7 +44,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy
- name: Cargo cache
uses: actions/cache@v2
Expand All @@ -59,10 +57,9 @@ jobs:
with:
path: target
key: ${{ runner.os }}-build-rust_stable-check-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/clippy-check@v1
- uses: auguwu/clippy-action@1.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all --all-features
token: ${{secrets.GITHUB_TOKEN}}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f70330d

Please sign in to comment.