Skip to content

Commit fcd45be

Browse files
committed
ci: revert to using include-packages, now that it checks LazCompatibility to exclude outdated/incompatible package files from installation
1 parent eb9cd8b commit fcd45be

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/lazarus.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,7 @@ jobs:
3939
with:
4040
lazarus-version: ${{ matrix.lazarus-versions }}
4141
with-cache: false
42-
43-
- name: Checkout MetaDarkStyle
44-
uses: actions/checkout@v4
45-
with:
46-
repository: zamtmn/metadarkstyle
47-
path: metadarkstyle
48-
49-
- name: Register MetaDarkStyle runtime package
50-
run: |
51-
lazbuild --add-package metadarkstyle/metadarkstyle.lpk
42+
include-packages: "MetaDarkStyle"
5243

5344
- name: Build HeidiSQL (Windows)
5445
if: ${{ matrix.operating-system == 'windows-latest' }}

0 commit comments

Comments
 (0)