Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Aug 11, 2022
1 parent aa4f9de commit 6511c84
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ jobs:
version: 6.11.0
run_install: false

- name: Get pnpm Store Directory
id: pnpm-cache
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- name: Setup pnpm Cache
uses: actions/cache@v3
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
key: ${{ matrix.platform }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
"${{ runner.os }}-pnpm-store-"
- name: Install pnpm Dependencies
run: pnpm install

Expand Down

0 comments on commit 6511c84

Please sign in to comment.