We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5ce7b commit 81b89a2Copy full SHA for 81b89a2
.github/workflows/build.yml
@@ -18,11 +18,6 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- - name: Install system dependencies
22
- run: |
23
- sudo apt-get update
24
- sudo apt-get install -y libpcap-dev
25
-
26
- name: Install Rust
27
uses: dtolnay/rust-toolchain@stable
28
@@ -72,12 +67,6 @@ jobs:
72
67
fetch-depth: 0
73
68
fetch-tags: true
74
69
75
- - name: Install system dependencies (Linux)
76
- if: matrix.os == 'ubuntu-latest'
77
78
79
80
81
70
- name: Install Rust toolchain with target
82
71
83
with:
0 commit comments