Skip to content

Commit

Permalink
add: 動かなくなってそうなvendoredのキャッシュを削除 (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 28, 2024
1 parent 991efd9 commit d748f6a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,5 @@ runs:
restore-keys: |
${{ env.cache-version }}-${{ runner.os }}--electron-builder-cache-
- name: Cache external dependencies
uses: actions/cache@v4
with:
path: ./build/vendored
key: ${{ env.cache-version }}-${{ runner.os }}--vendored-${{ hashFiles('build/*.js') }}
restore-keys: |
${{ env.cache-version }}-${{ runner.os }}--vendored-
- shell: bash
run: npm ci

0 comments on commit d748f6a

Please sign in to comment.