Skip to content

Commit 650b6b9

Browse files
committed
chore: install deps
1 parent 9c72815 commit 650b6b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build-dependencies/action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ runs:
1111
sudo apt-get install -y zlib1g-dev libelf-dev libzstd-dev
1212
sudo apt-get install -y software-properties-common
1313
shell: bash
14+
- name: Install Packages for tests
15+
run: |
16+
sudo apt-get install -y inotify-tools bpftrace
17+
shell: bash
1418
- name: Install Golang
1519
run: |
1620
sudo rm -f /usr/bin/go

0 commit comments

Comments
 (0)