Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Fix rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
i1i1 committed Sep 19, 2022
1 parent 85da987 commit 7a34df2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "14.0"
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2022-08-12
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit 7a34df2

Please sign in to comment.