Skip to content

Commit e80b704

Browse files
committed
fixes
1 parent eb56bf9 commit e80b704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {
2727
name: "Windows",
2828
os: windows-latest,
29-
dependencies: "choco install -y ninja",
29+
dependencies: "curl -L -O https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-win.zip && unzip ninja-win.zip",
3030
additional_flags: "-GNinja"
3131
}
3232
- {

.github/workflows/builds-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {
2727
name: "Windows",
2828
os: windows-latest,
29-
dependencies: "choco install -y ninja",
29+
dependencies: "curl -L -O https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-win.zip && unzip ninja-win.zip",
3030
additional_flags: "-GNinja"
3131
}
3232
- {

0 commit comments

Comments
 (0)