Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pubalokta committed Nov 13, 2024
1 parent 4cf1621 commit 8653602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
kernel: [5.15]
kernel: [6.5]

steps:
- name: Checkout
Expand All @@ -37,8 +37,8 @@ jobs:
yes "" | make -C linux-${{ matrix.kernel }} oldconfig
make -C linux-${{ matrix.kernel }} modules_prepare
make KSRC=linux-${{ matrix.kernel }}
insmod knetstat.ko
lsmod | grep knetstat
sudo insmod knetstat.ko
sudo lsmod | grep knetstat
- name: run knetstat
run: cat /proc/net/tcpstat
Expand Down

0 comments on commit 8653602

Please sign in to comment.