Skip to content

Commit

Permalink
[CI/CD] Delete libgoogle-perftools-dev from dependencies list.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorman44 committed Aug 18, 2024
1 parent 539c4da commit 34cfdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y git help2man perl make autoconf g++ flex bison ccache libgoogle-perftools-dev numactl perl-doc
sudo apt-get install -y git help2man perl make autoconf g++ flex bison ccache numactl perl-doc
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 34cfdd7

Please sign in to comment.