We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76df7f0 commit 425fd35Copy full SHA for 425fd35
.github/workflows/codeql-analysis.yml
@@ -44,7 +44,8 @@ jobs:
44
ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime
45
echo Etc/UTC > /etc/timezone
46
apt-get -y update
47
- apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
+ apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 \
48
+ curl ca-certificates rsync git procps bison python3
49
50
- name: Dependency cache
51
uses: actions/cache@v4
0 commit comments