Skip to content

Commit faf2a0b

Browse files
committed
chore: disable rolldown build on windows
1 parent 929b463 commit faf2a0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ jobs:
203203

204204
strategy:
205205
matrix:
206-
os: [ubuntu-latest, windows-latest, macos-latest]
206+
# NOTE(kazupon): rolldown build fail out on windows...
207+
# os: [ubuntu-latest, windows-latest, macos-latest]
208+
os: [ubuntu-latest, macos-latest]
207209
node: [20, 22]
208210

209211
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)