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 c5641e3 commit 1c165eaCopy full SHA for 1c165ea
.github/workflows/Rocky_build.yml
@@ -79,7 +79,7 @@ jobs:
79
dnf makecache
80
dnf distro-sync -y
81
dnf update -y
82
- dnf install gcc g++ make git jq unzip wget libavdevice -y
+ dnf install gcc g++ make git jq unzip wget -y
83
84
- name: install xengine library
85
run: |
@@ -90,7 +90,7 @@ jobs:
90
91
chmod 777 *
92
./XEngine_LINEnv.sh -i 3
93
-
+ dnf install libavdevice -y
94
- name: install build package
95
96
dnf install lua-devel opencv-devel qrencode-devel leptonica-devel tesseract-devel -y
0 commit comments