ci: Drop gpu-tools PPA in Android CI environment

This was causing CI issues and almost definitely didn't do anything anyway
This commit is contained in:
OpenSauce04 2025-02-27 18:24:27 +00:00
parent 4f76876707
commit a4180a8c5d

View File

@ -222,7 +222,6 @@ jobs:
echo $GIT_TAG_NAME echo $GIT_TAG_NAME
- name: Deps - name: Deps
run: | run: |
sudo add-apt-repository -y ppa:theofficialgman/gpu-tools
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install ccache apksigner -y sudo apt-get install ccache apksigner -y
- name: Build - name: Build