We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39259f7 commit cd1f676Copy full SHA for cd1f676
2 files changed
.github/workflows/windows-x64.yml
@@ -26,10 +26,8 @@ jobs:
26
git submodule sync --recursive
27
git submodule update --init --force --recursive
28
29
- - name: Install packages
30
- run: |
31
- choco install -y cmake git zip unzip
32
- shell: cmd
+ - name: Setup MSBuild
+ uses: microsoft/setup-msbuild@v1.1
33
34
- name: Install Premake5
35
shell: pwsh
.github/workflows/windows-x86.yml
0 commit comments