Skip to content

Commit 498e18e

Browse files
authored
Merge pull request #142 from unoplatform/mergify/bp/release/8.0/pr-141
chore: Bump ninja to 1.12 on Windows (backport #141)
2 parents 5708d38 + ca4fa6d commit 498e18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: Copy ninja
119119
run: |
120-
Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip -OutFile ninja-win.zip
120+
Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip -OutFile ninja-win.zip
121121
Expand-Archive -LiteralPath 'ninja-win.zip' -DestinationPath runtime\artifacts\bin\microsoft.netcore.app.runtime.browser-wasm\$env:BUILD_CONFIGURATION\tools
122122
123123
- name: Zip Archive

0 commit comments

Comments
 (0)