From ffe5dc93d1ccebcd514a9c66737307edc23910a3 Mon Sep 17 00:00:00 2001 From: Tsahi Zidenberg Date: Thu, 14 Mar 2024 13:52:40 -0600 Subject: [PATCH] add rust-src --- .github/workflows/arbitrator-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/arbitrator-ci.yml b/.github/workflows/arbitrator-ci.yml index 1206b2d0e..c875b0ef3 100644 --- a/.github/workflows/arbitrator-ci.yml +++ b/.github/workflows/arbitrator-ci.yml @@ -80,6 +80,7 @@ jobs: with: toolchain: "nightly" targets: 'wasm32-wasi, wasm32-unknown-unknown' + components: rust-src - name: Cache Rust intermediate build products uses: actions/cache@v3