mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 22:18:58 +00:00
simplify platformio install
This commit is contained in:
parent
b88bc534a7
commit
445f7cc9d9
1 changed files with 1 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue