Skip to content

Commit

Permalink
try installing scapy using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 19, 2024
1 parent a3f92db commit 433573b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup SocketCAN
run: |
sudo apt-get -y install linux-modules-extra-$(uname -r) python3-scapy
sudo apt-get -y install linux-modules-extra-$(uname -r)
pip install --user scapy
sudo scripts/set_up_vcan.sh
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 433573b

Please sign in to comment.