Skip to content

Commit f982df2

Browse files
committed
Try fix dependencies
1 parent f1d426e commit f982df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
pip install -U https://github.com/platformio/platformio/archive/develop.zip
2929
pio pkg install --global --platform symlink://.
3030
if [ "$RUNNER_OS" == "Linux" ]; then
31-
apt install openssl
31+
sudo apt-get install -y openssl
3232
elif [ "$RUNNER_OS" == "Windows" ]; then
3333
choco install openssl
34-
elif [ "$RUNNER_OS" == "Mac" ]; then
34+
elif [ "$RUNNER_OS" == "macOS " ]; then
3535
brew install openssl
3636
else
3737
echo "$RUNNER_OS not supported"

0 commit comments

Comments
 (0)