Skip to content

ci: correct bitmap dependency #4

ci: correct bitmap dependency

ci: correct bitmap dependency #4

Workflow file for this run

name: Build Snapshot
on: [push]
env:
release_tag: snapshot
jobs:
build:
strategy:
matrix:
operating-system: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout Tiles Downloader
uses: actions/checkout@v4
- name: Setup Lazarus
uses: gcarreno/setup-lazarus@v3
with:
lazarus-version: "dist"
include-packages: ["BGRABitmap", "BGRAControls"]

Check failure on line 20 in .github/workflows/snapshot.yml

View workflow run for this annotation

GitHub Actions / Build Snapshot

Invalid workflow file

The workflow is not valid. .github/workflows/snapshot.yml (Line: 20, Col: 29): A sequence was not expected
with-cache: true
- name: Build
run: lazbuild-trunk -B --bm="Release" src/tilesdownloader.lpi