Skip to content

Commit 85e4cc8

Browse files
committed
Fix shell specification for Mingw
1 parent 12d55fd commit 85e4cc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
path-type: inherit
167167

168168
- name: Build
169+
shell: msys2 {0}
169170
run: |
170171
# Install build dependencies manually as workaround for https://github.com/astral-sh/uv/issues/1516
171172
uv pip install \
@@ -180,6 +181,7 @@ jobs:
180181
uv sync --frozen --inexact --no-build-isolation -v --no-editable --config-settings=builddir=builddir
181182
182183
- name: Test
184+
shell: msys2 {0}
183185
run: |
184186
uv run --frozen ./sage -t --all -p4 || true
185187

0 commit comments

Comments
 (0)