Skip to content

Commit 475533d

Browse files
committed
chore: remove windows from post release step
1 parent 8e11bca commit 475533d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
name: Install script
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest, macos-latest]
13+
# os: [ubuntu-latest, macos-latest, windows-latest] # windows has a problem when curl use `%{http_code}`, it returns 000 instead of 200.
1314
runs-on: ${{ matrix.os }}
1415

1516
steps:

0 commit comments

Comments
 (0)