File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,19 @@ jobs:
1414 image : debian:bookworm
1515
1616 steps :
17- - name : Checkout repository
18- uses : actions/checkout@v4
19-
2017 - name : Install dependencies
2118 run : |
2219 apt-get update
2320 apt-get install -y --no-install-recommends \
2421 sudo ca-certificates git xz-utils build-essential bash git ssh make gcc gcc-multilib g++-multilib module-assistant expect g++ gawk texinfo libssl-dev bison flex fakeroot cmake unzip gperf autoconf device-tree-compiler libncurses5-dev pkg-config bc python-is-python3 passwd openssl openssh-server openssh-client vim file cpio rsync wget curl
2522 echo "ALL ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/github-actions
2623
24+ - name : Checkout repository
25+ uses : actions/checkout@v4
26+ with :
27+ submodules : recursive
28+ fetch-depth : 0
29+
2730 - name : Run build steps
2831 shell : bash
2932 run : |
You can’t perform that action at this time.
0 commit comments