mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-09 01:59:58 +01:00
Update c-cpp.yml
This commit is contained in:
parent
b158fbec61
commit
bbf0c99441
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
|
@ -10,8 +10,8 @@ jobs:
|
|||
precompile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: sudo apt-get install python3-setuptools
|
||||
- run: pip3 install wheel platformio
|
||||
- run: sudo apt-get install python3-setuptools python3-wheel
|
||||
- run: pip3 install platformio
|
||||
- uses: actions/checkout@v2
|
||||
- run: platformio run
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue