Revert "ci: force ninja update on windows"
This reverts commit 28c690074c.
This commit is contained in:
committed by
Chris Rizzitello
parent
e828563190
commit
21d38ff444
@ -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
|
||||
|
||||
Reference in New Issue
Block a user