debug: rm GH actions caching

This commit is contained in:
Aravinth Manivannan
2023-10-16 20:11:32 +05:30
parent e0203c660d
commit 765be413c4
3 changed files with 14 additions and 48 deletions

View File

@@ -69,17 +69,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: ⚡ Cache
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
node_modules
./docs/openapi/node_modules
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: load env
run: |