Skip to content

Commit

Permalink
Update build-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Oct 17, 2023
1 parent f9b88f7 commit f8c6635
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: binaries
- run: |
ls
unzip bin.zip
- name: test vcan
run: |
ls bin
sudo apt-get install -y linux-modules-extra-$(uname -r)
sudo modprobe vcan
lsmod | grep vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set vcan0 mtu 16
sudo ip link set up vcan0
ifconfig vcan0
./binaries/candump vcan0 &
./binaries/cansend vcan0 5A2#11.2233.445D556677.66
./bin/candump vcan0 &
./bin/cansend vcan0 5A2#11.2233.445D556677.66

0 comments on commit f8c6635

Please sign in to comment.