Try fix dependencies
This commit is contained in:
parent
f1d426ef45
commit
f982df23e5
4
.github/workflows/examples.yml
vendored
4
.github/workflows/examples.yml
vendored
@ -28,10 +28,10 @@ jobs:
|
||||
pip install -U https://github.com/platformio/platformio/archive/develop.zip
|
||||
pio pkg install --global --platform symlink://.
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
apt install openssl
|
||||
sudo apt-get install -y openssl
|
||||
elif [ "$RUNNER_OS" == "Windows" ]; then
|
||||
choco install openssl
|
||||
elif [ "$RUNNER_OS" == "Mac" ]; then
|
||||
elif [ "$RUNNER_OS" == "macOS " ]; then
|
||||
brew install openssl
|
||||
else
|
||||
echo "$RUNNER_OS not supported"
|
||||
|
Loading…
x
Reference in New Issue
Block a user