aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-07-28 02:17:59 -0500
committerCody <cody@codyq.dev>2023-07-28 02:17:59 -0500
commit22e683f3f9832f47a8347b9510c80ace733a3d6b (patch)
treeeeded760eb282b74d06230ce124e4c963f046256 /.github/workflows
parentd72b8872c192da2136b605c8ff1b9f9f82ee8a1c (diff)
downloadsloth-22e683f3f9832f47a8347b9510c80ace733a3d6b.tar.gz
Last commit???
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linting.yml3
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"