Skip to content

Commit 04bee72

Browse files
committed
ci: attempt to fix compilation of unwanted and outdated package files
1 parent 45e596c commit 04bee72

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/lazarus.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,16 @@ jobs:
3939
with:
4040
lazarus-version: ${{ matrix.lazarus-versions }}
4141
with-cache: false
42-
include-packages: "MetaDarkStyle"
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
4352
4453
- name: Build HeidiSQL (Windows)
4554
if: ${{ matrix.operating-system == 'windows-latest' }}

0 commit comments

Comments
 (0)