Skip to content

Commit f88fb20

Browse files
committed
Linux add missing backslash
1 parent 79845f2 commit f88fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
# install build-dependencies; TODO: --no-install-recommends
6565
apt -y install git crossbuild-essential-arm64 make flex bison bc \
66-
libelf-dev libssl-dev:arm64 dpkg-dev debhelper-compat kmod
66+
libelf-dev libssl-dev:arm64 dpkg-dev debhelper-compat kmod \
6767
python3 rsync coreutils
6868
scripts/build-linux-deb.sh
6969

0 commit comments

Comments
 (0)