We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344e8a6 commit 0e32ecaCopy full SHA for 0e32eca
.github/workflows/ci.yml
@@ -33,5 +33,7 @@ jobs:
33
with:
34
lfs: true
35
- 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
38
- run: cd crates/heaptrack && cargo test --release --no-run
39
- run: cd crates/heaptrack && ./test.sh
0 commit comments