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
|
pip install -U https://github.com/platformio/platformio/archive/develop.zip
|
||||||
pio pkg install --global --platform symlink://.
|
pio pkg install --global --platform symlink://.
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
apt install 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" == "Mac" ]; 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