Temporary hack (undo after 1.3.41 release)

pull/1676/head
Ben Meadors 2022-09-09 13:54:03 -05:00 zatwierdzone przez GitHub
rodzic 47ffb9c70d
commit 99de0a76a5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,6 @@ on:
branches: [master]
paths-ignore:
- "**.md"
- "**.yml"
- "version.properties"
# Note: This is different from "pull_request". Need to specify ref when doing checkouts.
@ -297,7 +296,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio adafruit-nrfutil
pip install -U --pre meshtastic
pip install -U meshtastic meshtastic==1.3a30 # --pre meshtastic
- name: Upgrade platformio
run: |