mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
use runner arch in cache key
This commit is contained in:
4
.github/workflows/eval.yaml
vendored
4
.github/workflows/eval.yaml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
/tmp/google-chrome-stable_current_amd64.deb
|
||||
key: ${{ runner.os }}-chrome-stable
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-chrome-stable
|
||||
|
||||
- name: Install Chrome stable binary
|
||||
run: |
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium
|
||||
|
||||
- run: playwright install chromium --with-deps
|
||||
- run: patchright install chromium --with-deps
|
||||
|
||||
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
/tmp
|
||||
key: ${{ runner.os }}-chrome-stable
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-chrome-stable
|
||||
|
||||
- name: Install Chrome stable binary
|
||||
run: |
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium
|
||||
|
||||
- run: playwright install chromium --with-deps
|
||||
- run: patchright install chromium --with-deps
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
/tmp/google-chrome-stable_current_amd64.deb
|
||||
key: ${{ runner.os }}-chrome-stable
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-chrome-stable
|
||||
|
||||
- name: Install Chrome stable binary
|
||||
run: |
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium
|
||||
|
||||
- run: playwright install chromium --with-deps
|
||||
- run: patchright install chromium --with-deps
|
||||
|
||||
Reference in New Issue
Block a user