Skip to content

Commit

Permalink
Remove UWP installation now that it's in the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 7, 2023
1 parent 5a596d8 commit 0769a8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
submodules: recursive
- name: Install nasm
uses: ilammy/setup-nasm@v1.4.0
- name: Install Visual Studio UWP support
run: |
choco install -y visualstudio2019-workload-universal --params "--add Microsoft.VisualStudio.ComponentGroup.UWP.VC --add Microsoft.VisualStudio.Component.Windows11SDK.22000"
- 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
- name: Create SSH tunnel to Unity License Server
env:
UNITY_LICENSE_SERVER_SSH_KEY: ${{ secrets.UNITY_LICENSE_SERVER_SSH_KEY }}
Expand Down

0 comments on commit 0769a8c

Please sign in to comment.