From 8df70ab457b8a82d06ad9e3ef5a7ee0350cf8a1a Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Sat, 27 Jul 2024 12:50:03 +0200 Subject: [PATCH] Correct linting errors --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275e00a1a6..70fcc2475c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,14 @@ jobs: with: submodules: 'recursive' - name: Build Software + working-directory: target/snitch_cluster run: | bender vendor init - make -C target/snitch_cluster sw + make sw - name: Build Hardware + working-directory: target/snitch_cluster run: | - make -C target/snitch_cluster VLT_JOBS=1 CFG_OVERRIDE=cfg/github-ci.hjson bin/snitch_cluster.vlt + make VLT_JOBS=1 CFG_OVERRIDE=cfg/github-ci.hjson bin/snitch_cluster.vlt - name: Run Tests working-directory: target/snitch_cluster run: |