diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index a467439f12..4af20f3be0 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -96,9 +96,9 @@ jobs: run: | sudo dnf install -y ccache - - name: Cache ccache directory - uses: actions/cache@v4 - with: + - name: Cache ccache directory + uses: actions/cache@v4 + with: path: ${{ github.workspace }}/.ccache key: ${{ runner.os }}-ccache-${{ github.sha }} restore-keys: |