fix: 禁用 MSYS 路径转换修复 ISCC /D 参数
This commit is contained in:
@@ -86,6 +86,8 @@ jobs:
|
||||
|
||||
- name: Build installer
|
||||
shell: bash
|
||||
env:
|
||||
MSYS_NO_PATHCONV: '1'
|
||||
run: make installer-windows SEMVER=${{ steps.ver.outputs.version }} MINGW_CC=gcc SHELL=bash
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user