Skip to content

Commit

Permalink
Update PlatformIO installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Sep 4, 2023
1 parent c33997d commit f97bf99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/platformio-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ runs:
apt update
export DEBIAN_FRONTEND=noninteractive
apt install -y git curl python3 python3-pip python3-venv git cmake
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
echo 'export PATH=$PATH:~/.platformio/penv/bin' >> ~/.bashrc

0 comments on commit f97bf99

Please sign in to comment.