Skip to content

Commit

Permalink
Merge branch 'main' into lib_dwarf_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Jan 16, 2025
2 parents d56255d + 2efcb9e commit d83cf40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ 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 \
libdw-dev libdwarf-dev libelf-dev elfutils \
libnsl-dev

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
[submodule "cxxopts"]
path = libs/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "libs/backward-cpp"]
[submodule "backward-cpp"]
path = libs/backward-cpp
url = [email protected]:bombela/backward-cpp.git

0 comments on commit d83cf40

Please sign in to comment.