From 912532caa816837fbb6b41d9fdc2aa12bda4e2c3 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Fri, 9 Aug 2024 20:37:41 +0200 Subject: [PATCH] Add rust-src component to sanitizer CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e5426960..6752f2f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,6 +193,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly + with: + components: rust-src - name: Add rust source run: rustup component add rust-src - name: Run tests with sanitizer