mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-04 02:53:07 +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.Platform//48
|
||||
|
||||
- name: Build static ccache if not cached
|
||||
id: static-ccache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
- name: Build static ccache if not cached
|
||||
id: static-ccache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/ccache-static/ccache
|
||||
key: ${{ runner.os }}-static-ccache-v2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue