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 8686 strategy :
8787 fail-fast : false
8888 matrix :
89- os : [rspack-ubuntu-22.04 -large, windows-latest]
89+ os : [rspack-windows-2022 -large, windows-latest]
9090 go-version : ['1.25.0']
9191 steps :
9292 - name : Checkout code
@@ -120,6 +120,17 @@ jobs:
120120 sudo apt update
121121 sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
122122
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+
123134 - name : VSCode Test Cache
124135 uses : lynx-infra/cache@5c6160a6a4c7fca80a2f3057bb9dfc9513fcb732
125136 with :
You can’t perform that action at this time.
0 commit comments