Skip to content

Commit

Permalink
Upgrade geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Oct 20, 2019
1 parent f148afc commit 60b7cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/Makefile
Expand Up @@ -8,10 +8,10 @@ GATSBY_BUILD_FLAGS ?=

UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
GECKODRIVER = https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-linux64.tar.gz
GECKODRIVER = https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
endif
ifeq ($(UNAME_S),Darwin)
GECKODRIVER = https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-macos.tar.gz
GECKODRIVER = https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-macos.tar.gz
endif

.PHONY: all
Expand Down

0 comments on commit 60b7cb8

Please sign in to comment.