From 45e596c4dd00ef70a5826fc32678347e2b114f80 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 28 Jan 2026 14:16:50 +0100 Subject: [PATCH] ci: attempt to fix broken dependency, use correct case of the package's DisplayName --- .github/workflows/lazarus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lazarus.yaml b/.github/workflows/lazarus.yaml index 42040392..d19e5e8e 100644 --- a/.github/workflows/lazarus.yaml +++ b/.github/workflows/lazarus.yaml @@ -39,7 +39,7 @@ jobs: with: lazarus-version: ${{ matrix.lazarus-versions }} with-cache: false - include-packages: "Metadarkstyle" + include-packages: "MetaDarkStyle" - name: Build HeidiSQL (Windows) if: ${{ matrix.operating-system == 'windows-latest' }}