diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4df78c7..5e6e1f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,9 @@ jobs: target: ${{ matrix.target }} toolchain: nightly-2024-05-16 + - name: Install cargo-src + run: rustup component add rust-src --toolchain nightly-2024-05-16-${{ matrix.target }} + - name: Build binary run: cargo build -Z build-std=core,std,alloc,proc_macro,panic_abort -Z build-std-features=panic_immediate_abort --release --locked --target=${{ matrix.target }} --color=always