File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
- uses : dtolnay/rust-toolchain@stable
11
11
with :
12
- toolchain : nightly-2024-02-03
13
- targets : i686-pc-windows-msvc
14
- - run : cargo build --target i686-pc -windows-msvc --release --config profile.release.debug=true --config 'profile.release.split-debuginfo="packed"' --config 'profile.release.strip="none"'
12
+ toolchain : nightly-2024-04-01
13
+ components : rust-src
14
+ - run : cargo build --target i686-win7 -windows-msvc --release --config profile.release.debug=true --config 'profile.release.split-debuginfo="packed"' --config 'profile.release.strip="none"' -Z build-std
15
15
- run : |
16
16
cp giuroll.ini target/i686-pc-windows-msvc/release/
17
17
cp LICENSE target/i686-pc-windows-msvc/release/LICENSE.txt
You can’t perform that action at this time.
0 commit comments