Skip to content

Commit 3c26ddb

Browse files
committed
[bazel] Cope with the deleted mac geckodriver download
1 parent a9e10e9 commit 3c26ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ _versions = {
9393
"type": None,
9494
},
9595
"mac": {
96-
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-macos.gz",
96+
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-macos.tar.gz",
9797
"sha256": "9929c804ad0157ca13fdafca808866c88815b658e7059280a9f08f7e70364963",
9898
"type": "tgz",
9999
},

0 commit comments

Comments
 (0)