Skip to content

Commit

Permalink
Add missing panic_abort to build-std args
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Jan 15, 2024
1 parent 05e229a commit 8abf49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rustup component add rust-src --toolchain nightly
- name: Build
run: cargo +nightly build -Z build-std=std --target x86_64-pc-windows-msvc --release
run: cargo +nightly build -Z build-std=std,panic_abort --target x86_64-pc-windows-msvc --release

- uses: actions/upload-artifact@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
rustup component add rust-src --toolchain nightly
- name: Build
run: cargo +nightly build -Z build-std=std --target x86_64-unknown-linux-gnu --release
run: cargo +nightly build -Z build-std=std,panic_abort --target x86_64-unknown-linux-gnu --release

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8abf49f

Please sign in to comment.