We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c27445 commit 46bc411Copy full SHA for 46bc411
.github/workflows/ci.yml
@@ -46,9 +46,9 @@ jobs:
46
run: |
47
uname -a
48
ls -hal
49
- sudo apt install gcc g++ linux-headers-$(uname -r)
+ apt install gcc g++ linux-headers-$(uname -r)
50
make && git diff --exit-code
51
- sudo insmod module/pteditor.ko
+ insmod module/pteditor.ko
52
echo ::set-output name=tests::$(./test/tests)
53
- name: Test results
54
0 commit comments