From 96f3a457094f0e6ee09518489662800e4e206171 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 30 Nov 2020 22:14:05 +0800 Subject: [PATCH] ci: remove useless restore key --- .github/workflows/bench.yaml | 2 -- .github/workflows/lint.yaml | 2 -- .github/workflows/linux-aarch64.yaml | 2 -- .github/workflows/napi3.yaml | 2 -- .github/workflows/test.yaml | 2 -- .github/workflows/windows-i686.yml | 2 -- 6 files changed, 12 deletions(-) diff --git a/.github/workflows/bench.yaml b/.github/workflows/bench.yaml index 901da01e..dc9f7cde 100644 --- a/.github/workflows/bench.yaml +++ b/.github/workflows/bench.yaml @@ -52,8 +52,6 @@ jobs: with: path: node_modules key: bench-${{ hashFiles('yarn.lock') }} - restore-keys: | - npm-cache- - name: 'Install dependencies' run: yarn install --frozen-lockfile --registry https://registry.npmjs.org diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5a7bb3f6..59f91853 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -48,8 +48,6 @@ jobs: with: path: node_modules key: lint-${{ hashFiles('yarn.lock') }} - restore-keys: | - npm-cache- - name: 'Install dependencies' run: yarn install --frozen-lockfile --registry https://registry.npmjs.org diff --git a/.github/workflows/linux-aarch64.yaml b/.github/workflows/linux-aarch64.yaml index cf04ab3e..6e25285c 100644 --- a/.github/workflows/linux-aarch64.yaml +++ b/.github/workflows/linux-aarch64.yaml @@ -58,8 +58,6 @@ jobs: with: path: node_modules key: npm-cache-linux-aarch64-node@14-${{ hashFiles('yarn.lock') }} - restore-keys: | - npm-cache- - name: Install cross compile toolchain run: sudo apt-get install gcc-aarch64-linux-gnu g++-6-aarch64-linux-gnu -y diff --git a/.github/workflows/napi3.yaml b/.github/workflows/napi3.yaml index 09bb8086..1970861e 100644 --- a/.github/workflows/napi3.yaml +++ b/.github/workflows/napi3.yaml @@ -54,8 +54,6 @@ jobs: with: path: node_modules key: napi3-${{ hashFiles('yarn.lock') }} - restore-keys: | - npm-cache- - name: 'Install dependencies' run: yarn add ava@2 --dev --ignore-engines diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 832f27a8..354f9405 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,8 +57,6 @@ jobs: with: path: node_modules key: npm-cache-${{ matrix.os }}-node@${{ matrix.node }}-${{ hashFiles('yarn.lock') }} - restore-keys: | - npm-cache- - name: 'Install dependencies' run: yarn install --frozen-lockfile --registry https://registry.npmjs.org diff --git a/.github/workflows/windows-i686.yml b/.github/workflows/windows-i686.yml index d763d6e0..006fcda6 100644 --- a/.github/workflows/windows-i686.yml +++ b/.github/workflows/windows-i686.yml @@ -29,8 +29,6 @@ jobs: with: path: node_modules key: npm-cache-windows-i686-node@lts-${{ hashFiles('yarn.lock') }} - restore-keys: | - npm-cache- - name: 'Install dependencies' run: yarn install --frozen-lockfile --registry https://registry.npmjs.org