Skip to content

Commit f306bc9

Browse files
singaraionaclaude
andcommitted
ci: set MSYS2_ARG_CONV_EXCL for Windows build
Prevent MSYS2 from converting /DEF: argument to a path. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c9f9676 commit f306bc9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ jobs:
6363

6464
- name: Build
6565
run: make release -j$(nproc)
66+
env:
67+
MSYS2_ARG_CONV_EXCL: '/DEF:'
6668

6769
- name: Build extensions
6870
run: make ext
71+
env:
72+
MSYS2_ARG_CONV_EXCL: '/DEF:'
6973

7074
- name: Package
7175
run: |

0 commit comments

Comments
 (0)