We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d7973 commit 258cba7Copy full SHA for 258cba7
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
platform: [
10
ubuntu-latest,
11
macos-latest,
12
- #windows-latest # Disabled due to CI build issues
+ windows-latest,
13
]
14
toolchain: [
15
stable,
@@ -24,8 +24,8 @@ jobs:
24
exclude:
25
- platform: macos-latest
26
toolchain: 1.63.0
27
-# - platform: windows-latest
28
-# toolchain: stable
+ - platform: windows-latest
+ toolchain: stable
29
runs-on: ${{ matrix.platform }}
30
steps:
31
- name: Checkout source code
0 commit comments