premake with powershell
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b1b150..d0f6fc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -43,7 +43,9 @@ echo GITHUB_WORKSPACE is ${{ github.workspace }} wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta1/premake-5.0.0-beta1-windows.zip -OutFile ${{ github.workspace }}\premake-5.0.0-beta1-windows.zip Expand-Archive -LiteralPath ${{ github.workspace }}\premake-5.0.0-beta1-windows.zip -DestinationPath C:\ - ls C:\ + cd build + C:\premake5.exe vs2022 + ls # - name: Install # shell: bash # mingw