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