actions setup git for windows sdk, enable "msgfmt" command (#2846)

pull/2849/head dev-build-kaalleen-select-by-bean-stitch-repeats
Heroyk26 2024-04-19 00:22:33 +08:00 zatwierdzone przez GitHub
rodzic f539cf23ff
commit 22ed269169
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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: |