Skip to content

Commit 1c467ea

Browse files
committed
CI: build plugins before main mod-desktop debug targets
Signed-off-by: falkTX <[email protected]>
1 parent 6445091 commit 1c467ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- name: Build
119119
if: steps.cache.outputs.cache-hit == 'true'
120120
run: |
121+
make plugins
121122
make DEBUG=1
122123
- name: Validate plugins
123124
if: steps.cache.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)