Skip to content

Commit 5940bad

Browse files
CI: disable windows for now
The file:// repo URLs are still broken on windows.
1 parent 5707a37 commit 5940bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
windows:
198198

199-
if: true # can be used to temporary disable build
199+
if: false # can be used to temporary disable build
200200
runs-on: windows-latest
201201
timeout-minutes: 120
202202
needs: linux

0 commit comments

Comments
 (0)