Skip to content

Commit 7ff9582

Browse files
authored
Updated main.yml.
1 parent 43bfb2e commit 7ff9582

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18+
- name: Install Specific MSBuild Version
19+
run: |
20+
# Add commands here to install the specific version of MSBuild
21+
# or Visual Studio Build Tools that matches your local environment
22+
1823
- name: Install Premake
1924
run: |
2025
Invoke-WebRequest -Uri "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip" -OutFile "premake.zip"
@@ -24,6 +29,10 @@ jobs:
2429
- name: Setup MSBuild
2530
uses: microsoft/setup-msbuild@v1.1
2631

32+
- name: Print MSBuild Version
33+
run: |
34+
msbuild -version
35+
2736
- name: Run Premake for Visual Studio
2837
run: C:\tools\premake5.exe vs2019
2938

0 commit comments

Comments
 (0)