Merge branch 'hw_testing' of https://github.com/lora-aprs/LoRa_APRS_iGate into hw_testing

This commit is contained in:
Peter Buchegger 2023-04-28 19:27:46 +02:00
commit fad4ecd153

View file

@ -129,9 +129,7 @@ jobs:
- name: Setup Cache
uses: actions/cache@v3
with:
path: |
.cache/pip
.platformio
path: .pio
key: hw-cache
- name: Install PlatformIO
shell: bash