From cc563a6562aef02319106a5384254a6042f776c4 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Tue, 23 May 2023 22:11:37 +0200 Subject: [PATCH] .github: fix coverage test --- .github/workflows/test_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index cdbf665d48..b6c5403ac7 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -59,8 +59,8 @@ jobs: - name: Configure CAN if: ${{ matrix.config == 'sitltest-can'}} run: | - sudo apt update - sudo apt -y linux-modules-extra-$(uname -r) + sudo apt-get update + sudo apt-get -y install can-utils iproute2 linux-modules-extra-$(uname -r) sudo modprobe vcan sudo ip link add dev vcan0 type vcan sudo ip link set up vcan0