ci: force ninja update on windows

This commit is contained in:
sithlord48
2025-07-17 08:23:11 -04:00
committed by Nick Bolton
parent 97c5a17e9d
commit 28c690074c

View File

@ -27,9 +27,10 @@ runs:
steps:
- name: Install Depends
if: ${{ runner.os != 'Windows' }}
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
if [ "$RUNNER_OS" == "Windows" ]; then
choco install ninja
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install googletest openssl --quiet
elif [ "$RUNNER_OS" == "Linux" ]; then
if [ ${{inputs.like}} == "debian" ]; then