.github: fix coverage test

This commit is contained in:
Pierre Kancir 2023-05-23 22:11:37 +02:00 committed by Peter Barker
parent fa800e23e2
commit cc563a6562
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ jobs:
- name: Configure CAN - name: Configure CAN
if: ${{ matrix.config == 'sitltest-can'}} if: ${{ matrix.config == 'sitltest-can'}}
run: | run: |
sudo apt update sudo apt-get update
sudo apt -y linux-modules-extra-$(uname -r) sudo apt-get -y install can-utils iproute2 linux-modules-extra-$(uname -r)
sudo modprobe vcan sudo modprobe vcan
sudo ip link add dev vcan0 type vcan sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0 sudo ip link set up vcan0