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