From 99de0a76a5e5799df535309c5fe55131aeef2142 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 9 Sep 2022 13:54:03 -0500 Subject: [PATCH] Temporary hack (undo after 1.3.41 release) --- .github/workflows/main_matrix.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 8d29ab78c..812c9b2a4 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -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: |