We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d426e commit f982df2Copy full SHA for f982df2
.github/workflows/examples.yml
@@ -28,10 +28,10 @@ jobs:
28
pip install -U https://github.com/platformio/platformio/archive/develop.zip
29
pio pkg install --global --platform symlink://.
30
if [ "$RUNNER_OS" == "Linux" ]; then
31
- apt install openssl
+ sudo apt-get install -y openssl
32
elif [ "$RUNNER_OS" == "Windows" ]; then
33
choco install openssl
34
- elif [ "$RUNNER_OS" == "Mac" ]; then
+ elif [ "$RUNNER_OS" == "macOS " ]; then
35
brew install openssl
36
else
37
echo "$RUNNER_OS not supported"
0 commit comments