mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
tweak chrome used for test.yaml evaluate_Tasks
This commit is contained in:
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@@ -136,12 +136,12 @@ jobs:
|
||||
/tmp/google-chrome-stable_current_amd64.deb
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-chrome-stable
|
||||
|
||||
# - name: Install Chrome stable binary
|
||||
# run: |
|
||||
# sudo apt-get update -qq \
|
||||
# && sudo curl -o "/tmp/google-chrome-stable_current_amd64.deb" --no-clobber "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" \
|
||||
# && sudo apt-get install -y "/tmp/google-chrome-stable_current_amd64.deb" -f
|
||||
# - run: patchright install chrome --with-deps
|
||||
- name: Install Chrome stable binary
|
||||
run: |
|
||||
sudo apt-get update -qq \
|
||||
&& sudo curl -o "/tmp/google-chrome-stable_current_amd64.deb" --no-clobber "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" \
|
||||
&& sudo apt-get install -y "/tmp/google-chrome-stable_current_amd64.deb" -f
|
||||
- run: patchright install chrome --with-deps
|
||||
- run: playwright install chrome --with-deps
|
||||
|
||||
- name: Cache chromium binaries
|
||||
|
||||
Reference in New Issue
Block a user