From 1920fbf7b73110f18230711ef2fd6ad220ef1032 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Fri, 31 May 2024 20:17:08 +0200 Subject: [PATCH] [ci] Update ci to checkout from Bender.lock --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2efb8e37..49e8c4080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,7 +277,7 @@ jobs: ln -s $VERILATOR_ROOT/share/verilator/include $VERILATOR_ROOT/include ln -s $VERILATOR_ROOT/share/verilator/bin/verilator_includer $VERILATOR_ROOT/bin/verilator_includer - name: Download RTL submodules - run: make -C hardware update + run: make -C hardware checkout - name: Compile Verilated model of Ara run: | sudo apt-get install libelf-dev