Skip to content

Commit 9104772

Browse files
committed
Install libunwind-dev, required by libgoogle-perftools-dev
1 parent fc74fb2 commit 9104772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
esac
7474
- name: Install TCMalloc
7575
if: contains(matrix.features, 'tc') && matrix.os == 'ubuntu-22.04'
76-
run: sudo apt-get update && sudo apt-get install -y libgoogle-perftools-dev
76+
run: sudo apt-get update && sudo apt-get install -y libunwind-dev libgoogle-perftools-dev
7777
- name: Configure cache
7878
uses: actions/cache@v3
7979
with:

0 commit comments

Comments
 (0)