We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28acb8b commit 7cb820fCopy full SHA for 7cb820f
.github/workflows/windbot.yml
@@ -88,18 +88,14 @@ jobs:
88
run: |
89
./ci/install-net-4.0.sh
90
- name: Add msbuild to PATH
91
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v2
92
# Unspecified dependency for Embeddinator; 64-bit does not work
93
- - name: Install mono
94
- shell: bash
95
- run: |
96
- choco install mono --x86 --ignore-checksums
97
- - name: Install SDK 24, SDK 25 and NDK 15
+ - name: Install mono and SDK 24, SDK 25 and NDK 15
98
shell: bash
99
env:
100
VS_PREFIX: "17.0_"
101
102
- ./ci/install-sdk-ndk.sh
+ choco install mono --x86 --ignore-checksums & ./ci/install-sdk-ndk.sh & wait
103
- name: Build
104
105
0 commit comments