Update build-platformio.sh

Thomas Ballmann 3 years ago committed by GitHub
parent 40bfde6f08
commit f87819a418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,3 +10,6 @@ cd $GITHUB_WORKSPACE
export PATH=$PATH:~/.platformio/penv/bin
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py -o get-platformio.py
python3 get-platformio.py
# Compile project
pio run

Loading…
Cancel
Save