Skip to content

Commit a4c9e09

Browse files
authored
Merge pull request #141 from unoplatform/dev/eb/ninja
chore: Bump ninja to 1.12 on Windows
2 parents dc5b875 + 31eb857 commit a4c9e09

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/runtime-ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ jobs:
5151
echo "MONO_WASM_THREADS=${{ matrix.MONO_WASM_THREADS }}" >> $env:GITHUB_ENV
5252
echo "MONO_WASM_SIMD=${{ matrix.MONO_WASM_SIMD }}" >> $env:GITHUB_ENV
5353
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-
6254
- name: Clone dotnet/runtime
6355
run: |
6456
git clone --recursive https://github.com/dotnet/runtime -c core.longpaths=true
@@ -116,7 +108,7 @@ jobs:
116108
117109
- name: Copy ninja
118110
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
120112
Expand-Archive -LiteralPath 'ninja-win.zip' -DestinationPath runtime\artifacts\bin\microsoft.netcore.app.runtime.browser-wasm\$env:BUILD_CONFIGURATION\tools
121113
122114
- name: Zip Archive

0 commit comments

Comments
 (0)