Skip to content

Commit 46bc411

Browse files
committed
fix
1 parent 1c27445 commit 46bc411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
run: |
4747
uname -a
4848
ls -hal
49-
sudo apt install gcc g++ linux-headers-$(uname -r)
49+
apt install gcc g++ linux-headers-$(uname -r)
5050
make && git diff --exit-code
51-
sudo insmod module/pteditor.ko
51+
insmod module/pteditor.ko
5252
echo ::set-output name=tests::$(./test/tests)
5353
- name: Test results
5454
run: |

0 commit comments

Comments
 (0)