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 a49bb14 commit 2cba18bCopy full SHA for 2cba18b
.github/workflows/publish.yml
@@ -31,6 +31,8 @@ jobs:
31
with:
32
toolchain: stable
33
override: true
34
+ - name: install libunwind (for pprof)
35
+ run: sudo apt install libunwind8-dev
36
- name: publish pyroscope crate
37
continue-on-error: true
38
run: |
0 commit comments