Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ee5543

Browse filesBrowse files
marco-ippolitoMoLow
authored andcommitted
tools: fix update-v8-patch cache
PR-URL: #47725 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 709bf1c commit 5ee5543
Copy full SHA for 5ee5543

File tree

Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/update-v8.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-v8.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@ jobs:
1919
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
22+
- name: Cache node modules and update-v8
23+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
24+
id: cache-v8-npm
25+
env:
26+
cache-name: cache-v8-npm
2327
with:
2428
path: |
2529
~/.update-v8
2630
~/.npm
27-
# Install dependencies
31+
key: ${{ runner.os }}-build-${{ env.cache-name }}
2832
- name: Install Node.js
2933
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
3034
with:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.