Skip to content

Commit 7cb820f

Browse files
committed
Update windbot.yml
1 parent 28acb8b commit 7cb820f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/windbot.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,14 @@ jobs:
8888
run: |
8989
./ci/install-net-4.0.sh
9090
- name: Add msbuild to PATH
91-
uses: microsoft/setup-msbuild@v1.0.2
91+
uses: microsoft/setup-msbuild@v2
9292
# 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
93+
- name: Install mono and SDK 24, SDK 25 and NDK 15
9894
shell: bash
9995
env:
10096
VS_PREFIX: "17.0_"
10197
run: |
102-
./ci/install-sdk-ndk.sh
98+
choco install mono --x86 --ignore-checksums & ./ci/install-sdk-ndk.sh & wait
10399
- name: Build
104100
shell: bash
105101
run: |

0 commit comments

Comments
 (0)