mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-16 01:51:17 +00:00
Install vcpkg autotools prerequisites
This commit is contained in:
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user