Skip to content

Commit 047ded9

Browse files
committed
gen_bindings.yml: remove Windows from the zig test matrix (because of broken package fetch)
1 parent f9296d7 commit 047ded9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gen_bindings.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
needs: gen-bindings
124124
strategy:
125125
matrix:
126-
os: [ubuntu-latest, macos-latest, windows-latest]
126+
# NOTE: don't run test on Windows until zig package fetch is fixed
127+
# os: [ubuntu-latest, macos-latest, windows-latest]
128+
os: [ubuntu-latest, macos-latest]
127129
runs-on: ${{matrix.os}}
128130
steps:
129131
- uses: actions/checkout@main

0 commit comments

Comments
 (0)