Try fix dependencies

This commit is contained in:
unknown 2022-08-22 00:19:44 +02:00
parent f1d426ef45
commit f982df23e5

View File

@ -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"