File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9191 - name : Setup apt
9292 run : apt update -y && apt upgrade -y
9393 - name : Install dependencies
94- run : apt install -y git clang libcurl4-openssl-dev clang-tidy libtinfo5 xxd cmake liblzma-dev
94+ run : apt install -y git clang libcurl4-openssl-dev clang-tidy libtinfo5 xxd cmake liblzma-dev libvpx-dev
9595 - name : Install bazel
9696 run : bash tools/buildutils/installbazel.sh
9797 - name : Build cvd
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Build-Depends: bazel [amd64],
1818 libprotobuf-c-dev,
1919 libprotobuf-dev,
2020 libssl-dev,
21+ libvpx-dev,
2122 libxml2-dev,
2223 libz3-dev,
2324 pkg-config,
@@ -65,6 +66,7 @@ Depends: adduser,
6566 python3,
6667 qemu-user-static [arm64],
6768 util-linux,
69+ vpx-tools,
6870 xdg-utils,
6971 ${misc:Depends},
7072 ${shlibs:Depends}
You can’t perform that action at this time.
0 commit comments