From 59cb3cb2b29b9427fc52d7751c2c2d2cf81d0ab5 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 23 Feb 2024 10:20:43 +0100 Subject: [PATCH] Fix: CI build breaks due to missing installation of DHT20 dependency --- .github/workflows/compile-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 83e54d0..5669c73 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -61,6 +61,7 @@ jobs: - name: Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR - name: Grove - Barometer Sensor BMP280 - name: U8g2 + - name: DHT20 sketch-paths: | - examples enable-deltas-report: true