aom ci and README

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-05-09 11:40:33 +08:00
parent 99d3c47094
commit 836323c9f4
27 changed files with 102 additions and 102 deletions

View File

@@ -94,11 +94,11 @@ jobs:
uses: lukka/run-vcpkg@v7
with:
setupOnly: true
vcpkgGitCommitId: '1d4128f08e30cec31b94500840c7eca8ebc579cb'
vcpkgGitCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1' #2023.04.15
- name: Install vcpkg dependencies
run: |
$VCPKG_ROOT/vcpkg install libvpx libyuv opus
$VCPKG_ROOT/vcpkg install libvpx libyuv opus aom
shell: bash
- name: Install Rust toolchain