Skip to content

Commit 9295328

Browse files
committed
Remove bash source
Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 2e09895 commit 9295328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
# FIXME: apply_poky_patches() fails in setup-environment and it's not
7878
# needed, so skip it for now, until it's fixed properly.
7979
sed -i '/ apply_poky_patches/d' setup-environment
80-
MACHINE=${{ matrix.machine }} DISTRO=qcom-wayland QCOM_SELECTED_BSP=${{ matrix.bsp }} source setup-environment
80+
MACHINE=${{ matrix.machine }} DISTRO=qcom-wayland QCOM_SELECTED_BSP=${{ matrix.bsp }} . setup-environment
8181
bitbake-layers add-layer $GITHUB_WORKSPACE
8282
bitbake qcom-console-image

0 commit comments

Comments
 (0)