ci: Do not cache cargo binaries (#8062)

This commit is contained in:
Ayaz Salikhov
2026-08-20 11:47:27 +00:00
committed by GitHub
parent da57183e0c
commit b1ac891210
12 changed files with 54 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ on:
jobs:
# Call the workflow in the XRPLF/actions repo that runs the pre-commit hooks.
run-hooks:
uses: XRPLF/actions/.github/workflows/pre-commit.yml@3ba08d6ddf114092891d48491fc2e26c3ba15552
uses: XRPLF/actions/.github/workflows/pre-commit.yml@f1952595d212e86169935135efc66294b4574131
with:
runs_on: ubuntu-latest
container: '{ "image": "ghcr.io/xrplf/xrpld/pre-commit:sha-f56b79f" }'