From 6d7e0cbf38ab3cf29c086d2228e1ed4f37ffdd16 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 29 Feb 2024 10:31:45 +0100 Subject: [PATCH] update ci build script --- .github/ci/build_himbaechel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci/build_himbaechel.sh b/.github/ci/build_himbaechel.sh index d329c45e66..62e133900e 100644 --- a/.github/ci/build_himbaechel.sh +++ b/.github/ci/build_himbaechel.sh @@ -8,7 +8,7 @@ function build_nextpnr { mkdir build pushd build cmake .. -DARCH=himbaechel -DHIMBAECHEL_EXAMPLE_DEVICES=example - make nextpnr-himbaechel bbasm -j`nproc` + make nextpnr-himbaechel chipdb-himbaechel-example -j`nproc` popd }