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 3ca5104
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ 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
with-cache: false
- name: Download BGRABitmapPack
run: wget https://packages.lazarus-ide.org/BGRABitmap.zip
- name: Unzip BGRABitmapPack
run: unzip BGRABitmap.zip
- name: Build BGRABitmapPack
run: lazbuild BGRABitmap/bgrabitmap/bgrabitmappack.lpk
- name: Build Tiles Downloader
run: lazbuild -B --bm="Release" src/tilesdownloader.lpi

0 comments on commit 3ca5104

Please sign in to comment.