Skip to content

Commit 9003ee2

Browse files
committed
Fix missing |
Signed-off-by: Loïc Minier <[email protected]>
1 parent 42c63a2 commit 9003ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/u-boot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
apt -y full-upgrade
5656
5757
- name: Build U-Boot Android boot image for RB1
58-
run:
58+
run: |
5959
set -ux
6060
# install build-dependencies
6161
apt -y install git crossbuild-essential-arm64 make bison flex bc \

0 commit comments

Comments
 (0)