Fix macos runner

This commit is contained in:
unknown 2022-08-22 00:25:08 +02:00
parent 42e7c851ca
commit 838e9ed8d3

View File

@ -31,7 +31,7 @@ jobs:
sudo apt-get install -y openssl sudo apt-get install -y openssl
elif [ "$RUNNER_OS" == "Windows" ]; then elif [ "$RUNNER_OS" == "Windows" ]; then
choco install openssl choco install openssl
elif [ "$RUNNER_OS" == "macOS " ]; then elif [ "$RUNNER_OS" == "macOS" ]; then
brew install openssl brew install openssl
else else
echo "$RUNNER_OS not supported" echo "$RUNNER_OS not supported"