aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linting.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linting.yml')
-rw-r--r--.github/workflows/linting.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index 470a576..1a72dbc 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -36,6 +36,9 @@ jobs:
with:
toolchain: nightly-2023-06-19
components: clippy, rust-src
+ - uses: KyleMayes/install-llvm-action@v1
+ with:
+ version: "15.0"
- run: cargo clippy --all-features -- --deny warnings
code-format:
name: Check formatting