Update paths

This commit is contained in:
Siarhei Fedartsou 2024-05-26 15:47:17 +02:00
parent eac2c01c9d
commit 906650eec5

View File

@ -359,7 +359,10 @@ jobs:
- name: Enable compiler cache
uses: actions/cache@v4
with:
path: ~/.cache/ccache
path:
~/.config/ccache
~/.ccache
~/Library/Caches/ccache
key: ccache-${{ matrix.name }}-${{ github.sha }}
restore-keys: |
ccache-${{ matrix.name }}-
@ -626,7 +629,10 @@ jobs:
- name: Enable compiler cache
uses: actions/cache@v4
with:
path: ~/.cache/ccache
path: |
~/.config/ccache
~/.ccache
~/Library/Caches/ccache
key: v1-ccache-benchmarks-${{ github.sha }}
restore-keys: |
v1-ccache-benchmarks-