Skip to content

Commit 4c0d7ea

Browse files
committed
Make examples.yml steps more clear
1 parent 838e9ed commit 4c0d7ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
pip install -U https://github.com/platformio/platformio/archive/develop.zip
2929
pio pkg install --global --platform symlink://.
30+
# OpenSSL needed for signed OTA update example
31+
- name: Install OpenSSL
32+
run: |
3033
if [ "$RUNNER_OS" == "Linux" ]; then
3134
sudo apt-get install -y openssl
3235
elif [ "$RUNNER_OS" == "Windows" ]; then

0 commit comments

Comments
 (0)