Skip to content

Commit 1c165ea

Browse files
committed
ci:fixed
1 parent c5641e3 commit 1c165ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Rocky_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
dnf makecache
8080
dnf distro-sync -y
8181
dnf update -y
82-
dnf install gcc g++ make git jq unzip wget libavdevice -y
82+
dnf install gcc g++ make git jq unzip wget -y
8383
8484
- name: install xengine library
8585
run: |
@@ -90,7 +90,7 @@ jobs:
9090
9191
chmod 777 *
9292
./XEngine_LINEnv.sh -i 3
93-
93+
dnf install libavdevice -y
9494
- name: install build package
9595
run: |
9696
dnf install lua-devel opencv-devel qrencode-devel leptonica-devel tesseract-devel -y

0 commit comments

Comments
 (0)