Skip to content

Commit

Permalink
Make CI install VS2022 UWP support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 5, 2023
1 parent 7f0de7a commit c900842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
submodules: recursive
- name: Install nasm
uses: ilammy/[email protected]
- name: Install Visual Studio UWP support
run: |
choco install -y visualstudio2022-workload-universal
- name: Install Unity UWP support
run: |
start -FilePath "C:\Program Files\Unity Hub\Unity Hub.exe" -ArgumentList "-- --headless install-modules --version 2021.3.13f1 --changeset 9e7d58001ecf --module universal-windows-platform uwp-il2cpp" -Wait
Expand Down

0 comments on commit c900842

Please sign in to comment.