feat: add .cargo/bin to cache in gh action

This commit is contained in:
itsscb 2024-08-23 15:56:38 +02:00
parent c3a1752f00
commit 5263e951bf

View File

@ -18,6 +18,7 @@ jobs:
with:
path: |
~/.cargo
~/.cargo/bin
~/.cache/trunk
target/
node_modules