Browse Source

ci: use default rust toolchain

clippy-fix
Garrit Franke 3 years ago
parent
commit
41081a65c9
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -74,7 +74,7 @@ jobs:
directory: ${{ runner.temp }}/llvm
- uses: actions-rs/toolchain@v1
with:
profile: minimal
profile: default
toolchain: stable
override: true
- run: rustup component add clippy

Loading…
Cancel
Save