Skip to content

Commit

Permalink
it was -Zbuild-std all along
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Dec 15, 2024
1 parent 6e9356b commit e405de9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rust-src
targets: i686-win7-windows-msvc
- name: Build
run: cargo build --release --verbose --target=i686-win7-windows-msvc
run: cargo build -Zbuild-std --release --verbose --target=i686-win7-windows-msvc

- name: Move artifact
run: move .\target\i686-pc-windows-msvc\release\gm82live.dll gm82live.dll
Expand Down

0 comments on commit e405de9

Please sign in to comment.