Skip to content

Commit

Permalink
Remove windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Jul 27, 2020
1 parent ad1f099 commit 75141ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
rust_flags: ''
- os: macOS-latest
target: x86_64-apple-darwin
rust_flags: ''
- os: windows-latest
target: x86_64-pc-windows-msvc
rust_flags: -C target-feature=+crt-static
# - os: windows-latest
# target: x86_64-pc-windows-msvc
# rust_flags: -C target-feature=+crt-static
env:
RUSTFLAGS: ${{ matrix.rust_flags }}
MACOSX_DEPLOYMENT_TARGET: 10.7
Expand Down

0 comments on commit 75141ef

Please sign in to comment.