Make examples.yml steps more clear

This commit is contained in:
unknown 2022-08-22 00:33:05 +02:00
parent 838e9ed8d3
commit 4c0d7ea35c

View File

@ -27,6 +27,9 @@ jobs:
run: |
pip install -U https://github.com/platformio/platformio/archive/develop.zip
pio pkg install --global --platform symlink://.
# OpenSSL needed for signed OTA update example
- name: Install OpenSSL
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y openssl
elif [ "$RUNNER_OS" == "Windows" ]; then