Skip to content

Commit

Permalink
install scapy
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 19, 2024
1 parent bdd1abc commit 8444bc9
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-extra-$(uname -r)
sudo apt-get -y install linux-modules-extra-$(uname -r) pyton3-scapy
sudo scripts/set_up_vcan.sh
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 8444bc9

Please sign in to comment.