Skip to content

Commit

Permalink
ci: try build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Sep 5, 2023
1 parent 44d5786 commit ee9bf74
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ jobs:
strategy:
matrix:
include:
- rust: stable
target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- rust: stable
target: aarch64-unknown-linux-musl
os: ubuntu-20.04
- rust: stable
target: x86_64-fortanix-unknown-sgx
os: ubuntu-20.04
- rust: beta
target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- rust: nightly
target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- rust: stable
target: x86_64-apple-darwin
os: macos-latest
# - rust: stable
# target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
# - rust: stable
# target: aarch64-unknown-linux-musl
# os: ubuntu-20.04
# - rust: stable
# target: x86_64-fortanix-unknown-sgx
# os: ubuntu-20.04
# - rust: beta
# target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
# - rust: nightly
# target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
# - rust: stable
# target: x86_64-apple-darwin
# os: macos-latest
- rust: stable
target: x86_64-pc-windows-gnu
os: windows-latest
Expand Down

0 comments on commit ee9bf74

Please sign in to comment.