mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-09 19:21:26 +00:00
ci: Fix test-cells
This commit is contained in:
parent
eb773ce071
commit
b42be1df80
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-build.yml
vendored
3
.github/workflows/test-build.yml
vendored
|
@ -176,7 +176,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
sanitizer: [undefined]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Yosys
|
- name: Checkout Yosys
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -189,7 +188,7 @@ jobs:
|
||||||
- name: Download build artifact
|
- name: Download build artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.os }}-${{ matrix.sanitizer }}
|
name: build-${{ matrix.os }}
|
||||||
|
|
||||||
- name: Uncompress build
|
- name: Uncompress build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue