mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 09:35:32 +00:00
Try again
This commit is contained in:
parent
2efcb9e04d
commit
fb1baceb83
1 changed files with 3 additions and 1 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 -y update
|
||||
sudo apt-get -y install bison flex libreadline-dev tcl-dev libffi-dev \
|
||||
libdw-dev libdwarf-dev libelf-dev elfutils \
|
||||
libnsl-dev
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue