mirror of https://github.com/ArduPilot/ardupilot
.github: fix coverage test
This commit is contained in:
parent
fa800e23e2
commit
cc563a6562
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue