diff --git a/.github/workflows/release_cli.yaml b/.github/workflows/release_cli.yaml index 767cee30b..281cde081 100644 --- a/.github/workflows/release_cli.yaml +++ b/.github/workflows/release_cli.yaml @@ -78,7 +78,9 @@ jobs: - uses: actions/checkout@v3 - name: Install Rust toolchain - run: rustup target add ${{ matrix.target }} + run: | + rustup target add ${{ matrix.target }} + rustup component add rust-src --toolchain nightly - name: Install arm64 toolchain if: matrix.code-target == 'linux-arm64'