From ef96cc47e1c759c2db0f0bbab3bc3a017fa9b20e Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 15 Jan 2025 16:33:19 -0800 Subject: [PATCH] Install all needed dependencies --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 354dc73d8..7d041fd3b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,8 @@ jobs: permissions: write-all steps: - name: Install deps - run: sudo apt-get install bison flex libreadline-dev tcl-dev libffi-dev + run: sudo apt-get install bison flex libreadline-dev tcl-dev libffi-dev \ + libdwarf-dev libelf-dev elfutils libdw-dev - name: Checkout repository uses: actions/checkout@v4