From 62fc1f835e265396b30c0607ea1975d8886e8c80 Mon Sep 17 00:00:00 2001 From: GPUCode Date: Mon, 26 Dec 2022 08:57:07 +0200 Subject: [PATCH] ci: Provide glslang --- .ci/macos/deps.sh | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/macos/deps.sh b/.ci/macos/deps.sh index fb8ccd5c6..1b5ee5ca8 100755 --- a/.ci/macos/deps.sh +++ b/.ci/macos/deps.sh @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a75a8b85..25e95cb5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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