Skip to content

Commit

Permalink
already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 19, 2024
1 parent e42d8a5 commit 6110a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup SocketCAN
run: |
sudo apt-get -y install linux-modules-$(uname -r) linux-modules-extra-$(uname -r) can-utils build-essential linux-headers-$(uname -r)
sudo apt-get -y install linux-modules-extra-$(uname -r) can-utils
pip install --user scapy
scripts/build_can_isotp.sh
scripts/set_up_vcan.sh
Expand Down

0 comments on commit 6110a14

Please sign in to comment.