Skip to content

Commit 56c0b75

Browse files
committed
build: install scoop for windows github action
1 parent dfb6a8f commit 56c0b75

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Diff for: .github/workflows/build.yml

+19-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,22 @@ jobs:
136136
uses: actions/upload-artifact@v4
137137
with:
138138
name: linux_vulkan_debug.zip
139-
path: build/libgodot_llm.linux.debug.x86_64.so
139+
path: build/libgodot_llm.linux.debug.x86_64.so
140+
141+
windows-latest-cmake-cpu-release:
142+
runs-on: windows-latest
143+
steps:
144+
- name: Clone
145+
id: checkout
146+
uses: actions/checkout@v4
147+
148+
- name: Clone submodule
149+
id: clone_submodule
150+
run: |
151+
git submodule update --init --recursive
152+
153+
- name: Install scoop
154+
shell: powershell
155+
run: |
156+
irm get.scoop.sh | iex
157+
scoop install ninja

0 commit comments

Comments
 (0)