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