Install vcpkg autotools prerequisites

This commit is contained in:
Spooks
2026-07-15 13:37:50 -06:00
parent 30d6e9eda6
commit d0e7adec3b

View File

@@ -195,7 +195,13 @@ jobs:
if: matrix.rid == 'linux-x64'
run: |
sudo apt-get update
sudo apt-get install --yes libvulkan-dev pkg-config
sudo apt-get install --yes \
autoconf \
autoconf-archive \
automake \
libtool \
libvulkan-dev \
pkg-config
"$VCPKG_INSTALLATION_ROOT/vcpkg" install sdl3:x64-linux
cmake \
-S src/SharpEmu.Gpu.Vulkan.Native \