This commit is contained in:
parent
0d54b9a2a9
commit
9f154e6b96
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue