fix: 禁用 MSYS 路径转换修复 ISCC /D 参数

This commit is contained in:
2026-07-07 20:30:16 +08:00
parent 6026beb107
commit 56c802c385
+2
View File
@@ -86,6 +86,8 @@ jobs:
- name: Build installer - name: Build installer
shell: bash shell: bash
env:
MSYS_NO_PATHCONV: '1'
run: make installer-windows SEMVER=${{ steps.ver.outputs.version }} MINGW_CC=gcc SHELL=bash run: make installer-windows SEMVER=${{ steps.ver.outputs.version }} MINGW_CC=gcc SHELL=bash
- name: Upload artifact - name: Upload artifact