From 9e3727b4968dec815517b513047bc99320f87430 Mon Sep 17 00:00:00 2001 From: Felix Erdmann Date: Mon, 29 Apr 2024 13:33:03 +0200 Subject: [PATCH] ci: fix library url --- .github/workflows/compile-sketches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketches.yml b/.github/workflows/compile-sketches.yml index c0ef776..13479f5 100644 --- a/.github/workflows/compile-sketches.yml +++ b/.github/workflows/compile-sketches.yml @@ -39,7 +39,7 @@ jobs: - name: "STM32duino VL53L8CX" - name: "Adafruit GFX Library" - name: "Adafruit SSD1306" - - source-url: https://github.com/harriebird/QRCodeGenerator#feature/rename-the-library.git + - source-url: git://github.com/harriebird/QRCodeGenerator.git#feature/rename-the-library - name: "Adafruit MAX1704X" enable-deltas-report: true sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}