mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
commit
9a568377ef
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue