Skip to content

Commit

Permalink
chore: remove windows from post release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 7, 2024
1 parent 8e11bca commit 475533d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
name: Install script
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest, windows-latest] # windows has a problem when curl use `%{http_code}`, it returns 000 instead of 200.
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 475533d

Please sign in to comment.