mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-02-03 22:34:17 +01:00
simplify platformio install
This commit is contained in:
parent
b88bc534a7
commit
445f7cc9d9
4
.github/workflows/build_check.yml
vendored
4
.github/workflows/build_check.yml
vendored
|
|
@ -11,9 +11,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
run: python -m pip install --upgrade pip platformio
|
||||
- name: Run PlatformIO CI
|
||||
run: platformio run
|
||||
- name: Upload artifacts
|
||||
|
|
|
|||
Loading…
Reference in a new issue