add ccache

This commit is contained in:
0FL01 2025-07-22 19:16:36 +03:00
parent 3b2166badf
commit 606d24cf3b

View file

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