Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit cfde2f4

Browse files
authored
Merge pull request #1080 from igchor/disable_win
gha: temporarily disable windows builds
2 parents 2a0b54f + 16e8edf commit cfde2f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/gha.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
windows:
9292
name: Windows
9393
runs-on: windows-latest
94+
95+
# XXX: enable once https://github.com/actions/virtual-environments/issues/3475 is solved
96+
if: false
97+
9498
env:
9599
platform: x64
96100
VCPKG_DEFAULT_TRIPLET: x64-windows

0 commit comments

Comments
 (0)