Skip to content

Commit cd1f676

Browse files
committed
Add MSBuild
1 parent 39259f7 commit cd1f676

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/windows-x64.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
git submodule sync --recursive
2727
git submodule update --init --force --recursive
2828
29-
- name: Install packages
30-
run: |
31-
choco install -y cmake git zip unzip
32-
shell: cmd
29+
- name: Setup MSBuild
30+
uses: microsoft/setup-msbuild@v1.1
3331

3432
- name: Install Premake5
3533
shell: pwsh

.github/workflows/windows-x86.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
git submodule sync --recursive
2727
git submodule update --init --force --recursive
2828
29-
- name: Install packages
30-
run: |
31-
choco install -y cmake git zip unzip
32-
shell: cmd
29+
- name: Setup MSBuild
30+
uses: microsoft/setup-msbuild@v1.1
3331

3432
- name: Install Premake5
3533
shell: pwsh

0 commit comments

Comments
 (0)