Just literally trying stuff at this point
This commit is contained in:
@@ -33,9 +33,9 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install --no-build-isolation --no-cache-dir "setuptools<72"
|
pip install -U --no-build-isolation --no-cache-dir "setuptools<72"
|
||||||
pip install -U platformio adafruit-nrfutil
|
pip install -U platformio adafruit-nrfutil --no-build-isolation
|
||||||
pip install -U meshtastic --pre
|
pip install -U meshtastic --pre --no-build-isolation
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user