mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-04 02:53:07 +02:00
add ccache
This commit is contained in:
parent
3b2166badf
commit
606d24cf3b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/flatpak-build.yml
vendored
6
.github/workflows/flatpak-build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue