diff --git a/.github/workflows/premake5-windows.yml b/.github/workflows/premake5-windows.yml index dacb3167..5a10e6c8 100644 --- a/.github/workflows/premake5-windows.yml +++ b/.github/workflows/premake5-windows.yml @@ -36,6 +36,9 @@ jobs: repository: premake/premake-core path: premake-build + - name: Setup Git for Windows' minimal SDK + uses: git-for-windows/setup-git-for-windows-sdk@v1 + - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2