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

@ -150,13 +150,14 @@ jobs:
clone_branch ada-url/ada v3.2.4 ada clone_branch ada-url/ada v3.2.4 ada
clone_commit tdlib/td 51743dfd01dff6179e2d8f7095729caa4e2222e9 tde2e clone_commit tdlib/td 51743dfd01dff6179e2d8f7095729caa4e2222e9 tde2e
- name: Install dependencies and Flatpak SDK - name: Install dependencies and Flatpak SDK
run: | run: |
sudo dnf install -y flatpak flatpak-builder python3-pip sudo dnf install -y flatpak flatpak-builder python3-pip
pip3 install poetry pip3 install poetry
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