mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 20:13:12 +02:00
add build ccache
This commit is contained in:
parent
71248c7d95
commit
30c619915a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/flatpak-build.yml
vendored
8
.github/workflows/flatpak-build.yml
vendored
|
@ -85,10 +85,10 @@ jobs:
|
||||||
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
|
flatpak install --user -y --noninteractive org.gnome.Platform//48
|
||||||
|
|
||||||
- name: Build static ccache if not cached
|
- name: Build static ccache if not cached
|
||||||
id: static-ccache
|
id: static-ccache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/ccache-static/ccache
|
path: ${{ github.workspace }}/ccache-static/ccache
|
||||||
key: ${{ runner.os }}-static-ccache-v2
|
key: ${{ runner.os }}-static-ccache-v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue