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 11e95b2
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 @@ -20,4 +20,4 @@ jobs:
include-packages: "bgrabitmappack"
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 11e95b2

Please sign in to comment.