diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linting.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 9a05bf1..4526c5c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -36,7 +36,8 @@ jobs: # Prepare toolchain related stuff - uses: dtolnay/rust-toolchain@stable with: - toolchain: ${{ matrix.rust }} + toolchain: nightly-2023-06-19 + components: clippy, rust-src - uses: KyleMayes/install-llvm-action@v1 with: version: "15.0" |
