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

Revert "Downgrade geckodriver to v0.26"

This reverts commit 96fb237dc7.
This commit is contained in:
Thomas Bui
2020-09-03 22:56:46 -07:00
parent 96fb237dc7
commit dcdcc6060b
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.26.0
This folder was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.27.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.26.0-win64/geckodriver.exe
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe
./icomoon.json ./devicon.json ./icons ./built_files --headless
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4