fix cache action name
All checks were successful
/ test (push) Successful in 1h44m43s

This commit is contained in:
Jacob Lifshay 2024-10-04 17:10:06 -07:00
parent b7f1101164
commit ec77559e2b
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -35,7 +35,7 @@ jobs:
z3 \
zlib1g-dev \
- name: Cache ccache dir
uses: https://code.forgejo.org/actions/checkout@v3
uses: https://code.forgejo.org/actions/cache@v3
with:
path: ~/.ccache
key: ${{ runner.os }}-${{ github.sha }}