From 4e46a8882852d7226ba4f7427d8d4f4dee4e7d60 Mon Sep 17 00:00:00 2001 From: Kirill Filippenok Date: Sun, 24 Nov 2024 21:12:40 +0500 Subject: [PATCH] ci: correct bitmap dependency --- .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 890d2f9..4dd26b4 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" + include-packages: "BGRABitmapPack" with-cache: true - name: Build run: lazbuild src/tilesdownloader.lpi \ No newline at end of file