1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-12 17:44:24 +02:00

Downgrade geckodriver to v0.26

This commit is contained in:
Thomas Bui
2020-09-03 22:20:21 -07:00
parent 2aa03e26c8
commit 96fb237dc7
4 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
This folder was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.27.0
This folder was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.26.0

View File

@@ -22,7 +22,7 @@ jobs:
- name: Run icomoon_upload.py
run: >
python ./.github/scripts/icomoon_upload.py
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe
./.github/scripts/build_assets/geckodriver-v0.26.0-win64/geckodriver.exe
./icomoon.json ./devicon.json ./icons ./built_files --headless
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4