mirror of
https://github.com/hengyoush/kyanos.git
synced 2025-12-20 01:03:46 +08:00
fix: fix dnsutils packege can't be found (#283)
fix: fix dnsutils can't be found fix: fix broken test
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -136,7 +136,8 @@ jobs:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
apt-get update
|
||||
apt-get install -y dnsutils
|
||||
apt-get install -y dnsutils || true
|
||||
apt-get install -y bind9-dnsutils || true
|
||||
# install btf
|
||||
if [ -f "/sys/kernel/btf/vmlinux" ]; then
|
||||
mkdir -p /var/lib/kyanos/btf
|
||||
|
||||
Reference in New Issue
Block a user