Skip to content

Commit

Permalink
Disable build/test on Windows for now (see #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkadur committed Dec 20, 2019
1 parent face102 commit 0178da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
toolchain: [stable, beta, nightly]
build-mode: ["", --release]
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
toolchain: [stable, beta, nightly]
build-mode: ["", --release]
fail-fast: false
Expand Down

0 comments on commit 0178da1

Please sign in to comment.