remove nightly install from justfile

This commit is contained in:
bgkillas 2025-06-23 21:28:07 -04:00
parent 32f5414485
commit 1bf13ac5d2

View file

@ -23,7 +23,6 @@ build_luajit:
# `rustup target add i686-pc-windows-gnu` first
build_ext:
rustup target add i686-pc-windows-gnu --toolchain nightly
cd ewext && cargo build --release --target=i686-pc-windows-gnu
cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll