From 874e8d0d992eef6234b0f58e0571262e9891c298 Mon Sep 17 00:00:00 2001 From: Anatol Ulrich Date: Sat, 10 Aug 2024 21:49:01 +0200 Subject: [PATCH] add rust-src component to clippy action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed18eb99..c296d3cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: - uses: actions/checkout@v2 - name: rust toolchain run: rustup show + - name: rust component-src + run: rustup component add rust-src - uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f - uses: extractions/setup-just@v1 - name: run just clippy