Skip to content

Commit 1df9d99

Browse files
committed
github: Sync submodules
1 parent 5e6db95 commit 1df9d99

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/luckfox-pico.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)