We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d78ca8 commit ed51d8dCopy full SHA for ed51d8d
.github/workflows/ci.yaml
@@ -354,9 +354,9 @@ jobs:
354
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
355
- name: install geckodriver
356
run: |
357
- wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
+ wget https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz
358
mkdir geckodriver
359
- tar -xzf geckodriver-v0.30.0-linux64.tar.gz -C geckodriver
+ tar -xzf geckodriver-v0.34.0-linux64.tar.gz -C geckodriver
360
- uses: actions/setup-python@v4
361
with:
362
python-version: ${{ env.PYTHON_VERSION }}
0 commit comments