From 710579d963ca5f592f309583d2a05e1924f8c94f Mon Sep 17 00:00:00 2001 From: IQuant Date: Mon, 6 Oct 2025 16:01:08 +0300 Subject: [PATCH] Fix ewext build maybe --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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