add ccache for sdk dep

This commit is contained in:
0FL01 2025-07-22 06:57:14 +03:00
parent 3380bc5733
commit a1a32e4b2c

View file

@ -157,6 +157,7 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH echo "$HOME/.local/bin" >> $GITHUB_PATH
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user -y --noninteractive org.gnome.Sdk//48 flatpak install --user -y --noninteractive org.gnome.Sdk//48
flatpak install --user -y --noninteractive org.gnome.Platform//48
- name: Prepare libraries - name: Prepare libraries
run: ./Telegram/build/prepare/linux.sh run: ./Telegram/build/prepare/linux.sh