File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -437,10 +437,13 @@ jobs:
437
437
# The latest patch versions for each minor version.
438
438
version : ${{ fromJson(needs.build-matrix.outputs.versions) }}
439
439
module :
440
+ - base
440
441
- windows-il2cpp
441
442
- universal-windows-platform
442
443
- appletv
443
444
include :
445
+ - module : base
446
+ platform : StandaloneWindows64
444
447
- module : windows-il2cpp
445
448
platform : StandaloneWindows64
446
449
- module : appletv
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN powershell -Command "&'C:/Program Files/Unity Hub/Unity Hub.exe' '--%' '--no
20
20
else { exit 0 }"
21
21
22
22
ARG module
23
- RUN IF NOT %module% == "base" ( \
23
+ RUN IF NOT " %module%" == "base" ( \
24
24
powershell -Command \
25
25
"&'C:/Program Files/Unity Hub/Unity Hub.exe' '--%' '--no-sandbox --headless \
26
26
install-modules --version %version% --module %module% --childModules' 2>$null | \
You can’t perform that action at this time.
0 commit comments