Skip to content

Commit

Permalink
Adding libdw-dev for pc sampling ci (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarwa authored Apr 17, 2024
1 parent 7bb9ea3 commit e13c4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_pc_sampling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: |
git config --global --add safe.directory '*'
apt-get update
apt-get install -y cmake clang-tidy g++-11 g++-12 python3-pip
apt-get install -y cmake clang-tidy-15 g++-11 g++-12 python3-pip libdw-dev
update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-15 10
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10 --slave /usr/bin/g++ g++ /usr/bin/g++-11
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 20 --slave /usr/bin/g++ g++ /usr/bin/g++-12
python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit e13c4b2

Please sign in to comment.