mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Update c-cpp.yml
This commit is contained in:
parent
c895e67dbf
commit
0b66e5bfd9
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
|
@ -11,11 +11,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: sudo apt-get install python3-setuptools python3-wheel
|
||||
- run: PATH="~/.local/bin:$PATH"
|
||||
- run: pip3 -v install platformio
|
||||
- run: echo $PATH
|
||||
- uses: actions/checkout@v2
|
||||
- run: pio run
|
||||
- run: PATH="~/.local/bin:$PATH" pio run
|
||||
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
|
|
|
|||
Loading…
Reference in a new issue