Skip to content

Commit

Permalink
fix github prepare script
Browse files Browse the repository at this point in the history
- add space to separate packages
  • Loading branch information
hgy59 committed Nov 26, 2024
1 parent 2f537de commit 194e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ make setup-synocommunity
DEFAULT_TC=$(grep DEFAULT_TC local.mk | cut -f2 -d= | xargs)

# all packages to build from changes or manual definition
SPK_TO_BUILD="${USER_SPK_TO_BUILD} ${GH_SPK_PACKAGES}"
SPK_TO_BUILD="${USER_SPK_TO_BUILD} ${GH_SPK_PACKAGES} "

# get dependency list
# dependencies in this list include the cross or native folder (i.e. native/python cross/glib)
Expand Down

0 comments on commit 194e2c1

Please sign in to comment.