feat: adds trunk and node to gh action cache
This commit is contained in:
parent
922125fb18
commit
9d90d9b70c
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
node_modules
|
||||||
|
~/.cache/trunk
|
||||||
~/.cargo
|
~/.cargo
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user