Merge pull request #29 from lora-aprs/emergency_fix

fix
This commit is contained in:
Peter Buchegger 2020-12-06 22:21:35 +01:00 committed by GitHub
commit 9a568377ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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