Skip to content

Commit 2cba18b

Browse files
committed
chore(actions): add libunwind to cli publish action
1 parent a49bb14 commit 2cba18b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
toolchain: stable
3333
override: true
34+
- name: install libunwind (for pprof)
35+
run: sudo apt install libunwind8-dev
3436
- name: publish pyroscope crate
3537
continue-on-error: true
3638
run: |

0 commit comments

Comments
 (0)