Update build_action.sh

This commit is contained in:
debuggerx01
2023-01-07 01:35:57 +08:00
committed by GitHub
parent c1f5fd66ae
commit e75ab5d332
+1 -1
View File
@@ -7,7 +7,7 @@ sed -i "/deb-src/s/# //g" /etc/apt/sources.list
# install dep # install dep
apt update apt update
apt install -y wget xz-utils make gcc flex apt install -y wget xz-utils make gcc flex bison
apt build-dep -y linux apt build-dep -y linux
# change dir to workplace # change dir to workplace