Skip to content

Commit 555eb97

Browse files
committed
chore: try windows
1 parent 1e1067c commit 555eb97

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

.github/actions/setup-go/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ runs:
2121

2222
- name: Clean Go module cache dir
2323
shell: bash
24+
if: runner.os == 'linux'
2425
run: sudo rm -rf ~/go/pkg/mod/golang.org/toolchain*
2526

2627
- name: Go cache

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.runner }}
2323
strategy:
2424
matrix:
25-
runner:
26-
[
27-
rspack-ubuntu-22.04-large,
28-
rspack-windows-2022-large,
29-
rspack-darwin-14-medium,
30-
]
25+
runner: [rspack-ubuntu-22.04-large, windows-latest]
3126
go-version: ['1.24.1']
3227
steps:
3328
- name: Checkout code
@@ -62,12 +57,7 @@ jobs:
6257
runs-on: ${{ matrix.os }}
6358
strategy:
6459
matrix:
65-
os:
66-
[
67-
rspack-ubuntu-22.04-large,
68-
rspack-windows-2022-large,
69-
rspack-darwin-14-medium,
70-
]
60+
os: [rspack-ubuntu-22.04-large, windows-latest]
7161
go-version: ['1.24.1']
7262
steps:
7363
- name: Checkout code

typescript-go

Submodule typescript-go updated 1895 files

0 commit comments

Comments
 (0)