Files
rustnet/.github/actions/setup-linux-deps/action.yml
T
Marco Cadetg 069a203ae9 Refactor CI: share build logic via reusable workflow
- Add build-platforms.yml reusable workflow with full build matrix
- Add composite actions for setup-linux-deps, build-rustnet, build-static
- Simplify test-platform-builds.yml and release.yml to call shared workflow
- Update RELEASE.md: run test builds before release prep
2026-01-08 17:17:40 +01:00

12 lines
334 B
YAML

name: 'Setup Linux Build Dependencies'
description: 'Install dependencies required for building RustNet on Linux'
runs:
using: 'composite'
steps:
- name: Install dependencies
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install -y libpcap-dev libelf-dev zlib1g-dev clang llvm pkg-config