ci: Provide glslang

This commit is contained in:
GPUCode
2022-12-26 08:57:07 +02:00
parent 3b351c33d1
commit 62fc1f835e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
brew update
brew unlink python@2 || true
rm '/usr/local/bin/2to3' || true
brew install qt5 molten-vk vulkan-loader p7zip ccache ninja || true
brew install qt5 molten-vk glslang vulkan-loader p7zip ccache ninja || true
pip3 install macpack
export SDL_VER=2.0.16

View File

@@ -157,7 +157,7 @@ jobs:
- name: Deps
run: |
sudo apt-get update
sudo apt-get install ccache apksigner -y
sudo apt-get install glslang-tools ccache apksigner -y
- name: Build
run: ./.ci/android/build.sh
- name: Copy and sign artifacts