Skip to content

Commit 267108e

Browse files
committed
ci: update codeql.yml
1 parent 14f47b5 commit 267108e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ jobs:
8181
run: |
8282
sudo apt update
8383
sudo apt install -y \
84-
make \
84+
make git \
8585
clang \
8686
libseccomp-dev \
8787
libcap-dev \
8888
libc6-dev \
8989
binutils
90+
git submodule update --init --recursive
9091
./autogen.sh
9192
./configure
9293
make

0 commit comments

Comments
 (0)