Skip to content

Commit

Permalink
ci: manual installation of bgrabitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
kfilippenok committed Dec 4, 2024
1 parent c0e3078 commit 3c90b8a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
steps:
- name: Checkout Tiles Downloader
uses: actions/checkout@v4
- name: Setup Lazarus
- name: Setup Lazarus
uses: gcarreno/setup-lazarus@v3
with:
lazarus-version: "dist"
include-packages: "BGRABitmap, BGLControls"
with-cache: true
- name: Build
run: lazbuild -B --bm="Release" src/tilesdownloader.lpi
- name: Install BGRABitmapPack
run: wget https://packages.lazarus-ide.org/BGRABitmap.zip
run: unzip BGRABitmap.zip
run: lazbuild BGRABitmap/bgrabitmap/bgrabitmappack.lpk
- name: Build Tiles Downloader
run: lazbuild -B --bm="Release" src/tilesdownloader.lpi

0 comments on commit 3c90b8a

Please sign in to comment.