From 22ed2691691bb537288dd64a8810e2c8cba76e10 Mon Sep 17 00:00:00 2001 From: Heroyk26 Date: Fri, 19 Apr 2024 00:22:33 +0800 Subject: [PATCH] actions setup git for windows sdk, enable "msgfmt" command (#2846) --- .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: |