8000 upgrade geckodriver · RustPython/RustPython@ed51d8d · GitHub
[go: up one dir, main page]

Skip to content

Commit ed51d8d

Browse files
committed
upgrade geckodriver
1 parent 3d78ca8 commit ed51d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@ jobs:
354354
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
355355
- name: install geckodriver
356356
run: |
357-
wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
357+
wget https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz
358358
mkdir geckodriver
359-
tar -xzf geckodriver-v0.30.0-linux64.tar.gz -C geckodriver
359+
tar -xzf geckodriver-v0.34.0-linux64.tar.gz -C geckodriver
360360
- uses: actions/setup-python@v4
361361
with:
362362
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)
0