Skip to content

Commit f7542de

Browse files
committed
don't use wrong puppeteer cache
1 parent f750b03 commit f7542de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ runs:
2727
# cached.
2828
path: .puppeteer-cache
2929
key: ${{ runner.os }}-puppeteer-${{ hashFiles('**/pnpm-lock.yaml') }}
30-
restore-keys: |
31-
${{ runner.os }}-puppeteer-
3230

3331
- name: Disable AppArmor
3432
# Ubuntu >= 23 has AppArmor enabled by default, which breaks Puppeteer.

0 commit comments

Comments
 (0)