We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f628c commit fe19772Copy full SHA for fe19772
2 files changed
.github/workflows/release.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
python-version: '3.13'
23
24
+ - name: Install system dependencies
25
+ run: sudo apt-get update && sudo apt-get install -y libpcap-dev
26
+
27
- name: Build wheels and sdist
28
run: uvx maturin build --release --sdist -o dist
29
.github/workflows/test.yml
@@ -31,6 +31,9 @@ jobs:
31
target
32
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
33
34
35
36
37
- name: Install dependencies
38
run: |
39
uv sync --frozen --no-install-project
0 commit comments