Skip to content

Commit

Permalink
Try to update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagb committed Jun 25, 2024
1 parent ab23bee commit 58d221a
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 58d221a

Please sign in to comment.