actions add step setup git for windows sdk, allow packaging mingw, enable msgfmt command

abc8143/zh_cn
Heroyk26 2024-04-18 12:55:05 +08:00
rodzic 30e630abfa
commit 92ada6837d
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -108,6 +108,10 @@ jobs:
python-version: '3.8.x'
architecture: 'x86'
- uses: microsoft/setup-msbuild@v2
- name: Setup Git for Windows SDK
uses: git-for-windows/setup-git-for-windows-sdk@v1.10.0
with:
flavor: build-installers
- name: install dependencies
shell: bash
run: |
@ -170,6 +174,10 @@ jobs:
python-version: '3.8.x'
architecture: 'x64'
- uses: microsoft/setup-msbuild@v2
- name: Setup Git for Windows SDK
uses: git-for-windows/setup-git-for-windows-sdk@v1.10.0
with:
flavor: build-installers
- name: install dependencies
shell: bash
run: |