Update c-cpp.yml

This commit is contained in:
Peter Buchegger 2020-06-15 01:41:12 +02:00 committed by GitHub
parent bbf0c99441
commit 4246b9fd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install python3-setuptools python3-wheel
- run: pip3 install platformio
- run: pip3 install platformi
- run: which platformio
- uses: actions/checkout@v2
- run: platformio run
- run: pio run
build:
runs-on: self-hosted