This commit is contained in:
parent
0d54b9a2a9
commit
9f154e6b96
|
@ -34,8 +34,13 @@ jobs:
|
||||||
tcl-dev \
|
tcl-dev \
|
||||||
z3 \
|
z3 \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
- name: ccache
|
- name: Cache ccache dir
|
||||||
uses: https://github.com/hendrikmuhs/ccache-action@v1
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: ~/.ccache
|
||||||
|
key: ${{ runner.os }}-${{ github.sha }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-
|
||||||
- run: |
|
- run: |
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
echo "$PATH" >> "$GITHUB_PATH"
|
echo "$PATH" >> "$GITHUB_PATH"
|
||||||
|
|
Loading…
Reference in a new issue