Skip to content

Commit 425fd35

Browse files
committed
addl deps
1 parent 76df7f0 commit 425fd35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime
4545
echo Etc/UTC > /etc/timezone
4646
apt-get -y update
47-
apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
47+
apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 \
48+
curl ca-certificates rsync git procps bison python3
4849
4950
- name: Dependency cache
5051
uses: actions/cache@v4

0 commit comments

Comments
 (0)