Make examples.yml steps more clear
This commit is contained in:
parent
838e9ed8d3
commit
4c0d7ea35c
3
.github/workflows/examples.yml
vendored
3
.github/workflows/examples.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user