mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 12:03:41 +02:00
add ccache for sdk dep
This commit is contained in:
parent
3380bc5733
commit
a1a32e4b2c
1 changed files with 8 additions and 7 deletions
15
.github/workflows/flatpak-build.yml
vendored
15
.github/workflows/flatpak-build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue