test: fix action path
All checks were successful
/ check (push) Successful in 2m51s

This commit is contained in:
Guilhem Lavaux 2025-06-16 13:49:37 +02:00
parent f118859750
commit 8ed05acb5d

View file

@ -5,7 +5,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/Swatinem/rust-cache
- uses: https://github.com/Swatinem/rust-cache@v2
with:
shared-key: forge_automate_amd64
save-if: ${{ github.ref = 'refs/heads/main' }}