From 9258f7d45247cdb1adb88f6df9bbba252770d815 Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:43:17 +0200 Subject: [PATCH] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 70ff032..20b2ae2 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -36,6 +36,8 @@ jobs: libraries: | - source-url: https://github.com/marcel-licence/ML_SynthTools.git name: ML_SynthTools + - source-url: https://github.com/marcel-licence/ML_SynthTools_Lib.git + name: ML_SynthTools_Lib - source-url: https://github.com/adafruit/Adafruit-GFX-Library.git name: Adafruit_GFX_Library version: 1.10.10