Update libvpx build

This commit is contained in:
luvletter2333 2022-02-03 23:27:20 +08:00
parent d4e8d513c4
commit 83e8a1b61a
5 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ jobs:
if: (matrix.flavor == 'x86' || matrix.flavor == 'x86_64') && steps.cache.outputs.cache-hit != 'true'
run: |
sudo apt-get install yasm -y
./run init libs libvpx_x86
./run init libs libvpx
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: |

View File

@ -147,7 +147,7 @@ jobs:
if: (matrix.flavor == 'x86' || matrix.flavor == 'x86_64') && steps.cache.outputs.cache-hit != 'true'
run: |
sudo apt-get install yasm -y
./run init libs libvpx_x86
./run init libs libvpx
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: |

View File

@ -4,9 +4,9 @@ source $HOME/.bashrc
source "bin/init/env.sh"
# Native dependencies
bin/init/libs/libvpx.sh
bin/init/libs/ffmpeg.sh
bin/init/libs/boringssl.sh
bin/init/libs/libvpx_x86.sh
# Build v2ray-core
bin/libs/v2ray/build.sh

View File

@ -4,4 +4,4 @@ source "bin/init/env.sh"
bin/init/libs/ffmpeg.sh
bin/init/libs/boringssl.sh
bin/init/libs/libvpx_x86.sh
bin/init/libs/libvpx.sh