Skip to content

Commit

Permalink
ci: unify rust toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bond <danbond@protonmail.com>
  • Loading branch information
loshz committed Sep 25, 2022
1 parent 0d15326 commit 58d5993
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@ on:
branches:
- main

env:
RUST_VERSION: 1.64

jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_VERSION }}
# Install cargo plugins.
- run: |
rustup component add rustfmt clippy
cargo install --locked cargo-deny
- run: cargo install --locked cargo-deny
# Run audit tools.
- run: cargo deny check
# Run linters.
Expand Down

0 comments on commit 58d5993

Please sign in to comment.