From 3d6d46bf224b09b2582e68f15b99aaefdcb84f43 Mon Sep 17 00:00:00 2001 From: StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:08:56 +0300 Subject: [PATCH] fix(ci): install rust-src component for stable rust --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index fe9618cceba..93922c41147 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -86,7 +86,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: wasm32-unknown-unknown - components: llvm-tools + components: llvm-tools, rust-src - name: "Check: Compiling gstd on stable" run: |