From 30c619915a71905aa3b10df6b82f73f9e519db0a Mon Sep 17 00:00:00 2001 From: 0FL01 Date: Tue, 22 Jul 2025 19:44:59 +0300 Subject: [PATCH] add build ccache --- .github/workflows/flatpak-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index 48655657ee..d98f16cf55 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -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