mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
try to fix workflow
This commit is contained in:
parent
1bf13ac5d2
commit
865ea5271e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -20,7 +20,9 @@ jobs:
|
|||
workspaces: ewext -> target
|
||||
|
||||
- name: Build ewext
|
||||
run: cargo +nightly build --release --target=i686-pc-windows-gnu -Zbuild-std="panic_abort,std" -Zbuild-std-features=panic_immediate_abort
|
||||
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
|
||||
working-directory: ./ewext
|
||||
- name: Copy ewext
|
||||
run: cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue