Fix ewext build maybe

This commit is contained in:
IQuant 2025-10-06 16:01:08 +03:00
parent 629609ac13
commit 710579d963

View file

@ -22,7 +22,7 @@ jobs:
- name: Build ewext - name: Build ewext
run: | run: |
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu 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 working-directory: ./ewext
- name: Copy ewext - name: Copy ewext
run: cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll run: cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll