Revert "ci: force ninja update on windows"

This reverts commit 28c690074c.
This commit is contained in:
sithlord48
2025-07-17 14:40:17 -04:00
committed by Chris Rizzitello
parent e828563190
commit 21d38ff444

View File

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