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
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user