Skip to content

Commit 649b352

Browse files
committed
Fix installation via chocolatey in CI
1 parent 8bb4a73 commit 649b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install Windows dependencies
9999
if: startsWith(matrix.os, 'windows-')
100100
run: |
101-
cinst ninja
101+
choco install ninja
102102
${gnomebase} = "https://ftp.gnome.org/pub/gnome/binaries/win32"
103103
curl -LO ${gnomebase}/dependencies/pkg-config_0.26-1_win32.zip
104104
curl -LO ${gnomebase}/glib/2.28/glib_2.28.8-1_win32.zip

0 commit comments

Comments
 (0)