Skip to content

Commit b0ff3af

Browse files
singaraionaclaude
andcommitted
ci: pass MSYS2_ARG_CONV_EXCL inline with make command
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 75c9923 commit b0ff3af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ jobs:
6969
RAYFORCE_MAKE_TARGET: lib
7070

7171
- name: Build extensions
72-
run: |
73-
export MSYS2_ARG_CONV_EXCL='/DEF:'
74-
make ext
72+
run: MSYS2_ARG_CONV_EXCL='/DEF:' make ext
7573

7674
- name: Package
7775
run: |

0 commit comments

Comments
 (0)