This commit is contained in:
Peter Buchegger 2020-12-06 22:14:56 +01:00
parent 81b4734e5d
commit 387fa7e36f

View file

@ -12,7 +12,7 @@ jobs:
steps:
- run: sudo apt-get install python3-setuptools python3-wheel
- run: pip3 install platformio
- run: echo "::add-path::~/.local/bin"
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- run: platformio run
- id: create_release