Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
- Use lazarusdir to /usr/local/share/lazarus-3.6.0 (latest stable version of lazarus)
  • Loading branch information
alonsobsd authored Dec 17, 2024
1 parent ef8f1c2 commit ec16bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
pkg install -y lazarus-qt6
run: |
lazbuild --bm=Release --ws=qt6 bhyvemgr.lpi
lazbuild --bm=Release --ws=qt6 --lazarusdir=/usr/local/share/lazarus-3.6.0 bhyvemgr.lpi

0 comments on commit ec16bba

Please sign in to comment.