diff --git a/ci/build-platformio.sh b/ci/build-platformio.sh index 3670758..5e47074 100644 --- a/ci/build-platformio.sh +++ b/ci/build-platformio.sh @@ -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