mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 03:53:41 +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: |
|
run: |
|
||||||
sudo dnf install -y ccache
|
sudo dnf install -y ccache
|
||||||
|
|
||||||
- name: Cache ccache directory
|
- name: Cache ccache directory
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/.ccache
|
path: ${{ github.workspace }}/.ccache
|
||||||
key: ${{ runner.os }}-ccache-${{ github.sha }}
|
key: ${{ runner.os }}-ccache-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue