From f175ba5e4e7f94c805ea978ad1490d171da57239 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com> Date: Sat, 20 Aug 2022 16:22:24 -0400 Subject: [PATCH] Fix library red --- .github/workflows/build_push.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 4f8c1dd..e8ad747 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -68,12 +68,18 @@ jobs: uses: actions/checkout@v2 with: repository: bblanchon/ArduinoJson - tag: v6.18.2 + ref: v6.18.2 path: CustomArduinoJson + - name: Install SwitchLibe + uses: actions/checkout@v2 + with: + repository: justcallmekoko/SwitchLib + ref: master + path: CustomSwitchLib + # Setup Test compile for Arduino - name: Build Marauder for Flipper Zero WiFi Dev Board uses: ArminJo/arduino-test-compile@v3.0.0 with: sketch-names: esp32_marauder/esp32_marauder.ino - required-libraries: SwitchLib