Update build_action.sh

This commit is contained in:
debuggerx01 2023-01-07 01:34:37 +08:00 committed by GitHub
parent 3a62e69513
commit c1f5fd66ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ sed -i "/deb-src/s/# //g" /etc/apt/sources.list
# install dep
apt update
apt install -y wget xz-utils make gcc
apt install -y wget xz-utils make gcc flex
apt build-dep -y linux
# change dir to workplace