Skip to content

Commit 3240393

Browse files
committed
workflows: openEuler: don't run sudo
It requires a password. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 3d540ca commit 3240393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
autoreconf -vfi
7373
./configure --enable-all
7474
make
75-
sudo make install
75+
make install
7676
7777
Check:
7878
name: Source code check

0 commit comments

Comments
 (0)