Skip to content

Commit 258cba7

Browse files
authored
CI: Enable Win build (#13)
1 parent 32d7973 commit 258cba7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
platform: [
1010
ubuntu-latest,
1111
macos-latest,
12-
#windows-latest # Disabled due to CI build issues
12+
windows-latest,
1313
]
1414
toolchain: [
1515
stable,
@@ -24,8 +24,8 @@ jobs:
2424
exclude:
2525
- platform: macos-latest
2626
toolchain: 1.63.0
27-
# - platform: windows-latest
28-
# toolchain: stable
27+
- platform: windows-latest
28+
toolchain: stable
2929
runs-on: ${{ matrix.platform }}
3030
steps:
3131
- name: Checkout source code

0 commit comments

Comments
 (0)