File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 51
51
echo "MONO_WASM_THREADS=${{ matrix.MONO_WASM_THREADS }}" >> $env:GITHUB_ENV
52
52
echo "MONO_WASM_SIMD=${{ matrix.MONO_WASM_SIMD }}" >> $env:GITHUB_ENV
53
53
54
- - name : Remove ccache from chocolatey
55
- run : |
56
- # ccache installed by chocolatey in hosted agent is interfering with emscripten
57
- # Uninstalling does not work, as it's not registered in chocolatey.
58
- # So we'll delete it for now until we can find where it's actually used by
59
- # the runtime's build.
60
- del C:\ProgramData\chocolatey\bin\ccache.exe
61
-
62
54
- name : Clone dotnet/runtime
63
55
run : |
64
56
git clone --recursive https://github.com/dotnet/runtime -c core.longpaths=true
@@ -116,7 +108,7 @@ jobs:
116
108
117
109
- name : Copy ninja
118
110
run : |
119
- Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.10.2 /ninja-win.zip -OutFile ninja-win.zip
111
+ Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.12.0 /ninja-win.zip -OutFile ninja-win.zip
120
112
Expand-Archive -LiteralPath 'ninja-win.zip' -DestinationPath runtime\artifacts\bin\microsoft.netcore.app.runtime.browser-wasm\$env:BUILD_CONFIGURATION\tools
121
113
122
114
- name : Zip Archive
You can’t perform that action at this time.
0 commit comments