Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ninja to Windows packages
Browse files Browse the repository at this point in the history
Signed-off-by: Avery King <[email protected]>
Avery King committed Sep 11, 2022
1 parent d3f51c5 commit 8795433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/dependencies.sh
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ if [[ "${OSTYPE}" == msys* ]]; then # Windows
# Chocolatey packages
choco_packages=(
sccache
ninja
)

choco install "${choco_packages[@]}" -y

0 comments on commit 8795433

Please sign in to comment.