diff options
| author | Heroyk26 <a814360602@gmail.com> | 2024-04-19 00:22:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 18:22:33 +0200 |
| commit | 22ed2691691bb537288dd64a8810e2c8cba76e10 (patch) | |
| tree | 5a4e2dfa81596377b0531ebf9989a858819077df /.github/workflows | |
| parent | f539cf23ffefb3489c01d4dbb8e9a3f62afd113f (diff) | |
actions setup git for windows sdk, enable "msgfmt" command (#2846)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a71ef369..57f3a2c6 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: | |
