diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62046d56..76a319bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Build ewext run: | rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu - cargo +nightly build --release --target=i686-pc-windows-gnu -Zbuild-std="panic_abort,std" -Zbuild-std-features=panic_immediate_abort + cargo +nightly build --release --target=i686-pc-windows-gnu -Zbuild-std="panic_abort,std" working-directory: ./ewext - name: Copy ewext run: cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll