Skip to content

Commit 4645da3

Browse files
committed
fix Package 'libxml-2.0' not found
(cherry picked from commit f9696b1972389d7241ebe826ca699ada2765100a) (cherry picked from commit fd7adf7014186eecd5ef0886c7a8b3527bf4270f)
1 parent 622299b commit 4645da3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/all.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
# echo '------compile opus------------------------------------'
7878
# rm -rf build || git reset --hard || git pull origin
7979
# .github/workflows/onestep.sh opus ${{ inputs.platform }}
80-
echo '------compile openssl------------------------------------'
81-
rm -rf build || git reset --hard || git pull origin
82-
.github/workflows/onestep.sh openssl ${{ inputs.platform }}
83-
echo '------compile dvdread------------------------------------'
84-
rm -rf build || git reset --hard || git pull origin
85-
.github/workflows/onestep.sh dvdread ${{ inputs.platform }}
80+
# echo '------compile openssl------------------------------------'
81+
# rm -rf build || git reset --hard || git pull origin
82+
# .github/workflows/onestep.sh openssl ${{ inputs.platform }}
83+
# echo '------compile dvdread------------------------------------'
84+
# rm -rf build || git reset --hard || git pull origin
85+
# .github/workflows/onestep.sh dvdread ${{ inputs.platform }}
8686
echo '------compile bluray------------------------------------'
8787
rm -rf build || git reset --hard || git pull origin
88-
.github/workflows/install-dependencies.sh fontconfig ${{ inputs.platform }}
88+
.github/workflows/install-dependencies.sh bluray ${{ inputs.platform }}
8989
.github/workflows/onestep.sh bluray ${{ inputs.platform }}
9090
echo '------compile dav1d------------------------------------'
9191
rm -rf build || git reset --hard || git pull origin

0 commit comments

Comments
 (0)