Fix macos runner
This commit is contained in:
parent
42e7c851ca
commit
838e9ed8d3
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
sudo apt-get install -y openssl
|
||||
elif [ "$RUNNER_OS" == "Windows" ]; then
|
||||
choco install openssl
|
||||
elif [ "$RUNNER_OS" == "macOS " ]; then
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
brew install openssl
|
||||
else
|
||||
echo "$RUNNER_OS not supported"
|
||||
|
Loading…
x
Reference in New Issue
Block a user