Skip to content

Commit

Permalink
ci: correct bitmap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kfilippenok committed Nov 24, 2024
1 parent 2627d95 commit 4e46a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e46a88

Please sign in to comment.