mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
commit
bd3bfa1a8b
1 changed files with 9 additions and 0 deletions
9
.github/workflows/test-build.yml
vendored
9
.github/workflows/test-build.yml
vendored
|
@ -30,6 +30,15 @@ jobs:
|
||||||
# only run on push *or* pull_request, not both
|
# only run on push *or* pull_request, not both
|
||||||
concurrent_skipping: 'same_content_newer'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
|
install_dept:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Install dept
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
|
||||||
|
|
||||||
build-yosys:
|
build-yosys:
|
||||||
name: Reusable build
|
name: Reusable build
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue