Skip to content

Commit

Permalink
Try to update toolchain
Browse files Browse the repository at this point in the history
This commit is to avoid crash under wine when capturing full backtrace
with `std::backtrace::Backtrace::force_capture`.
(rust-lang/rust#122154)
  • Loading branch information
Hagb committed Oct 2, 2024
1 parent c6a81ef commit c5b0267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2024-02-03
targets: i686-pc-windows-msvc
- 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"'
toolchain: nightly-2024-04-01
components: rust-src
- 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
- run: |
cp giuroll.ini target/i686-pc-windows-msvc/release/
cp LICENSE target/i686-pc-windows-msvc/release/LICENSE.txt
Expand Down

0 comments on commit c5b0267

Please sign in to comment.