From 18db85c689067e2a13820efcce473fc49134a4c6 Mon Sep 17 00:00:00 2001 From: Kirill Filippenok Date: Sun, 24 Nov 2024 22:05:21 +0500 Subject: [PATCH] ci: fix invalid workflow --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2b4d6a1..cabaa8b 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -17,7 +17,7 @@ jobs: uses: gcarreno/setup-lazarus@v3 with: lazarus-version: "dist" - include-packages: ["BGRABitmap", "BGRAControls"] + include-packages: "bgrabitmappack" with-cache: true - name: Build run: lazbuild-trunk -B --bm="Release" src/tilesdownloader.lpi \ No newline at end of file