Skip to content

Commit c5b0267

Browse files
committed
Try to update toolchain
This commit is to avoid crash under wine when capturing full backtrace with `std::backtrace::Backtrace::force_capture`. (rust-lang/rust#122154)
1 parent c6a81ef commit c5b0267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: dtolnay/rust-toolchain@stable
1111
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
1515
- run: |
1616
cp giuroll.ini target/i686-pc-windows-msvc/release/
1717
cp LICENSE target/i686-pc-windows-msvc/release/LICENSE.txt

0 commit comments

Comments
 (0)