From 92ada6837d422d022e26b958977504d93211c545 Mon Sep 17 00:00:00 2001 From: Heroyk26 Date: Thu, 18 Apr 2024 12:55:05 +0800 Subject: [PATCH] actions add step setup git for windows sdk, allow packaging mingw, enable msgfmt command --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a71ef3699..57f3a2c69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |