Skip to content

Commit

Permalink
build: install scoop for windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 28, 2024
1 parent dfb6a8f commit 56c0b75
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,22 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux_vulkan_debug.zip
path: build/libgodot_llm.linux.debug.x86_64.so
path: build/libgodot_llm.linux.debug.x86_64.so

windows-latest-cmake-cpu-release:
runs-on: windows-latest
steps:
- name: Clone
id: checkout
uses: actions/checkout@v4

- name: Clone submodule
id: clone_submodule
run: |
git submodule update --init --recursive
- name: Install scoop
shell: powershell
run: |
irm get.scoop.sh | iex
scoop install ninja

0 comments on commit 56c0b75

Please sign in to comment.