From 1e788a234254555edb7063b815292f0b1c282941 Mon Sep 17 00:00:00 2001 From: Felix Erdmann Date: Mon, 29 Apr 2024 14:27:01 +0200 Subject: [PATCH] ci: add sd libraries --- .github/workflows/compile-sketches.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/compile-sketches.yml b/.github/workflows/compile-sketches.yml index 36cdd09..145e5ca 100644 --- a/.github/workflows/compile-sketches.yml +++ b/.github/workflows/compile-sketches.yml @@ -41,6 +41,9 @@ jobs: - name: "Adafruit SSD1306" - source-url: https://github.com/felixerdy/QRCodeGenerator.git - name: "Adafruit MAX1704X" + - name: SDConfig + - name: SD + - name: Ethernet enable-deltas-report: true sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}