Added python3 vcpkg port dependecies to GHA workflow (#19718)
This commit is contained in:
parent
86c3184e2f
commit
f519f2990d
5
.github/workflows/linux_android_arm64.yml
vendored
5
.github/workflows/linux_android_arm64.yml
vendored
@ -93,7 +93,10 @@ jobs:
|
||||
|
||||
# vcpkg's tool dependencies
|
||||
sudo -E apt --assume-yes install curl zip unzip tar
|
||||
|
||||
|
||||
# vcpkg 'python3' port dependencies
|
||||
sudo -E apt --assume-yes install autoconf libtool autoconf-archive
|
||||
|
||||
# vcpkg tree of dependencies require extra packages
|
||||
sudo -E apt --assume-yes install pkg-config linux-libc-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user