mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 09:32:08 +00:00
Update main_matrix.yml (#1402)
This commit is contained in:
parent
d2c278a856
commit
c17cd47689
6
.github/workflows/main_matrix.yml
vendored
6
.github/workflows/main_matrix.yml
vendored
@ -187,7 +187,8 @@ jobs:
|
|||||||
- name: Upgrade python tools
|
- name: Upgrade python tools
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -U platformio meshtastic adafruit-nrfutil
|
pip install -U platformio adafruit-nrfutil
|
||||||
|
pip install -U --pre meshtastic
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
run: |
|
run: |
|
||||||
@ -234,7 +235,8 @@ jobs:
|
|||||||
- name: Upgrade python tools
|
- name: Upgrade python tools
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -U platformio meshtastic adafruit-nrfutil
|
pip install -U platformio adafruit-nrfutil
|
||||||
|
pip install -U --pre meshtastic
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user