mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
Try again
This commit is contained in:
parent
bd3bfa1a8b
commit
8dabfbe429
1 changed files with 4 additions and 3 deletions
7
.github/workflows/test-build.yml
vendored
7
.github/workflows/test-build.yml
vendored
|
@ -33,11 +33,12 @@ jobs:
|
||||||
install_dept:
|
install_dept:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dept
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get -y update
|
||||||
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
|
sudo apt-get -y install libdwarf-dev libelf-dev elfutils libdw-dev \
|
||||||
|
libnsl-dev
|
||||||
|
|
||||||
build-yosys:
|
build-yosys:
|
||||||
name: Reusable build
|
name: Reusable build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue