Install vcpkg autotools prerequisites

This commit is contained in:
Spooks
2026-07-15 13:37:50 -06:00
parent 16d4894aa0
commit b0f11e191a

View File

@@ -189,7 +189,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 \