1
0
mirror of synced 2026-04-18 02:17:01 +00:00

ci: Fix test-cells

This commit is contained in:
Krystine Sherwin
2025-08-19 10:40:42 +12:00
parent eb773ce071
commit b42be1df80

View File

@@ -176,7 +176,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
sanitizer: [undefined]
steps:
- name: Checkout Yosys
uses: actions/checkout@v4
@@ -189,7 +188,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: build-${{ matrix.os }}-${{ matrix.sanitizer }}
name: build-${{ matrix.os }}
- name: Uncompress build
shell: bash