Update libvpx build
This commit is contained in:
parent
d4e8d513c4
commit
83e8a1b61a
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@ -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: |
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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: |
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user