Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 16, 2024
1 parent f3b77c6 commit 1e7c7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-10-14
toolchain: nightly-2024-10-14-gnu
components: rust-src
- run: cargo build --release --target=x86_64-win7-windows-msvc -Zbuild-std=core
- run: cargo build --release --target=x86_64-win7-windows-gnu -Zbuild-std=core
- run: dir target/
- run: cargo build --release
- run: dir target/
Expand Down

0 comments on commit 1e7c7dc

Please sign in to comment.