ci: Provide glslang
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
brew update
|
brew update
|
||||||
brew unlink python@2 || true
|
brew unlink python@2 || true
|
||||||
rm '/usr/local/bin/2to3' || 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
|
pip3 install macpack
|
||||||
|
|
||||||
export SDL_VER=2.0.16
|
export SDL_VER=2.0.16
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -157,7 +157,7 @@ jobs:
|
|||||||
- name: Deps
|
- name: Deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install ccache apksigner -y
|
sudo apt-get install glslang-tools ccache apksigner -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./.ci/android/build.sh
|
run: ./.ci/android/build.sh
|
||||||
- name: Copy and sign artifacts
|
- name: Copy and sign artifacts
|
||||||
|
Reference in New Issue
Block a user