mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 09:35:32 +00:00
Use environment setup for CodeQL
This commit is contained in:
parent
6c87d26835
commit
1188edeabc
1 changed files with 2 additions and 6 deletions
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
|
@ -11,12 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
steps:
|
||||
- name: Install deps
|
||||
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
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue