Skip to content

Commit b13ffcf

Browse files
authored
Avoid windows builds of regz wizard for now (ZigEmbeddedGroup#610)
1 parent 72f71c1 commit b13ffcf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tools-regz-wizard.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-latest]
14+
os: [
15+
ubuntu-latest,
16+
#windows-latest, # Windows is having a hard time fetching raygui package reliably
17+
macos-latest
18+
]
1519
steps:
1620
- name: Checkout
1721
uses: actions/checkout@v4

0 commit comments

Comments
 (0)