Skip to content

Commit

Permalink
Install all needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 16, 2025
1 parent fa89834 commit ef96cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef96cc4

Please sign in to comment.