Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Sep 11, 2024
1 parent 0a6dd8a commit ddfa523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ddfa523

Please sign in to comment.