We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5708d38 + ca4fa6d commit 498e18eCopy full SHA for 498e18e
.github/workflows/runtime-ci.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Copy ninja
119
run: |
120
- Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip -OutFile ninja-win.zip
+ Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip -OutFile ninja-win.zip
121
Expand-Archive -LiteralPath 'ninja-win.zip' -DestinationPath runtime\artifacts\bin\microsoft.netcore.app.runtime.browser-wasm\$env:BUILD_CONFIGURATION\tools
122
123
- name: Zip Archive
0 commit comments