mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Merge branch 'main' into lib_dwarf_fix
This commit is contained in:
commit
d83cf40b2a
2 changed files with 4 additions and 2 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -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
|
||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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 = git@github.com:bombela/backward-cpp.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue