File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 86
86
strategy :
87
87
fail-fast : false
88
88
matrix :
89
- os : [rspack-ubuntu-22.04 -large, windows-latest]
89
+ os : [rspack-windows-2022 -large, windows-latest]
90
90
go-version : ['1.25.0']
91
91
steps :
92
92
- name : Checkout code
@@ -120,6 +120,17 @@ jobs:
120
120
sudo apt update
121
121
sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
122
122
123
+ - name : Setup MSYS2
124
+ if : runner.os == 'Windows'
125
+ uses : msys2/setup-msys2@v2
126
+ id : setup-msys2
127
+
128
+ - name : Setup tmate session
129
+ if : runner.os == 'Windows'
130
+ uses : mxschmitt/action-tmate@v3
131
+ with :
132
+ msys2-location : ${{ steps.setup-msys2.outputs.msys2-location }}
133
+
123
134
- name : VSCode Test Cache
124
135
uses : lynx-infra/cache@5c6160a6a4c7fca80a2f3057bb9dfc9513fcb732
125
136
with :
You can’t perform that action at this time.
0 commit comments