Skip to content

Commit 3d540ca

Browse files
committed
workflows: fix a typo at openEuler workflow
The option is --enable-all. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent b553f92 commit 3d540ca

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: build
7171
run: |
7272
autoreconf -vfi
73-
./configure --enable all
73+
./configure --enable-all
7474
make
7575
sudo make install
7676

0 commit comments

Comments
 (0)