Skip to content

Commit

Permalink
ci: fix clang install in lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wandapeter authored Jan 12, 2024
1 parent 80aa359 commit 58a5879
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: egor-tensin/setup-clang@v1
- uses: KyleMayes/install-llvm-action@v1.9.0
with:
version: latest
platform: x64
version: 17.0
- name: Run Clippy
run: cargo clippy --all-targets --all-features

0 comments on commit 58a5879

Please # to comment.