Skip to content

Commit 0e32eca

Browse files
committed
fixup: install deps
1 parent 344e8a6 commit 0e32eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
with:
3434
lfs: true
3535
- uses: moonrepo/setup-rust@v1
36+
- name: Install dependencies required for libbpf-sys (vendored feature)
37+
run: sudo apt-get update && sudo apt-get install -y autopoint bison flex
3638
- run: cd crates/heaptrack && cargo test --release --no-run
3739
- run: cd crates/heaptrack && ./test.sh

0 commit comments

Comments
 (0)