CI: install glslangValidator

master
Martin Gerhardy 2022-01-24 18:50:44 +01:00
parent 9f6a03ae4d
commit 2bed139092
2 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- name: Setup
run: brew install libuv sdl2 libpq sdl2_mixer python
run: brew install libuv sdl2 libpq sdl2_mixer python glslang
- name: Build
run: |
@ -61,7 +61,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev python3
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev python3 glslang-tools
- name: Ubuntu
run: |
@ -107,7 +107,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3
sudo apt-get install libsdl2-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3 glslang-tools
- name: Linux
run: |
@ -159,7 +159,7 @@ jobs:
with:
vcpkgGitCommitId: 2f7a104d4d6f1f3790db929f85a4086aa6973d7f
vcpkgTriplet: 'x64-windows'
vcpkgArguments: 'libpq'
vcpkgArguments: 'libpq glslang'
- name: Build
run: |

1
debian/control vendored
View File

@ -13,6 +13,7 @@ Build-Depends:
opencl-c-headers,
wayland-protocols,
pkg-config,
glslang-tools,
uuid-dev,
libsdl2-mixer-dev
Standards-Version: 4.1.4