try caching ccache manually
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Jacob Lifshay 2024-10-03 23:36:39 -07:00
parent 0d54b9a2a9
commit 9f154e6b96
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -34,8 +34,13 @@ jobs:
tcl-dev \
z3 \
zlib1g-dev \
- name: ccache
uses: https://github.com/hendrikmuhs/ccache-action@v1
- name: Cache ccache dir
uses: https://code.forgejo.org/actions/checkout@v3
with:
path: ~/.ccache
key: ${{ runner.os }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-
- run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
echo "$PATH" >> "$GITHUB_PATH"