add build ccache

This commit is contained in:
0FL01 2025-07-22 19:44:59 +03:00
parent 71248c7d95
commit 30c619915a

View file

@ -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