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 fc74fb2 commit 9104772Copy full SHA for 9104772
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
esac
74
- name: Install TCMalloc
75
if: contains(matrix.features, 'tc') && matrix.os == 'ubuntu-22.04'
76
- run: sudo apt-get update && sudo apt-get install -y libgoogle-perftools-dev
+ run: sudo apt-get update && sudo apt-get install -y libunwind-dev libgoogle-perftools-dev
77
- name: Configure cache
78
uses: actions/cache@v3
79
with:
0 commit comments