Skip to content

Commit

Permalink
ci: correct build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kfilippenok committed Nov 24, 2024
1 parent 18db85c commit b615468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: "bgrabitmappack"
include-packages: "BGRABitmap, bgrabitmappack.lpk"
with-cache: true
- name: Build
run: lazbuild-trunk -B --bm="Release" src/tilesdownloader.lpi
run: lazbuild -B --bm="Release" src/tilesdownloader.lpi

0 comments on commit b615468

Please sign in to comment.