1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Fix CI: skip libvpx when cache hit

This commit is contained in:
luvletter2333 2021-12-27 17:57:49 +08:00
parent fdb6ee227a
commit 2584e307a6
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ jobs:
cd TMessagesProj/jni
./patch_boringssl.sh
- name: Native Build (libvpx)
if: matrix.flavor == 'x86' || matrix.flavor == 'x86_64'
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

View File

@ -144,7 +144,7 @@ jobs:
cd TMessagesProj/jni
./patch_boringssl.sh
- name: Native Build (libvpx)
if: matrix.flavor == 'x86' || matrix.flavor == 'x86_64'
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