Skip to content

Commit

Permalink
ci: add nopanic check for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 16, 2024
1 parent 136291f commit 4c4450a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,15 @@ jobs:
run: cargo build --release --target=aarch64-apple-darwin
- name: Build (apple-other.rs)
run: cargo build --release --target=aarch64-apple-ios

windows:
name: Windows
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-10-14
# components: rust-src
# - run: cargo build --release --target=x86_64-win7-windows-msvc -Zbuild-std=std,panic_abort
- run: cargo build --release

0 comments on commit 4c4450a

Please sign in to comment.