-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing compilation error on Windows. (#33)
* Fixing compilation error on Windows. Also updates the CI to include Windows. Fixes #31 * bump ameba. It was locking up while building on windows, but maybe it was the version * See if we can skip the ameba postinstall during specs * Install Chrome on Windows * Trying to see where chrome is being installed * useless commit because GithubActions seems to not be picking up my last commit... * that was throwing syntax errors, so removing it * Bump webdrivers version * Process with args and shell: true is not supported on Windows
- Loading branch information
Showing
3 changed files
with
37 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ name: selenium | |
version: 0.11.0 | ||
authors: | ||
- Matthew McGarvey <[email protected]> | ||
crystal: ">= 0.35.0, < 2.0.0" | ||
crystal: ">= 1.4.0, < 2.0.0" | ||
license: MIT | ||
development_dependencies: | ||
webdrivers: | ||
github: matthewmcgarvey/webdrivers.cr | ||
version: ~> 0.4.1 | ||
github: crystal-loot/webdrivers.cr | ||
version: ~> 0.4.2 | ||
ameba: | ||
github: crystal-ameba/ameba | ||
version: 1.4.2 | ||
version: ~> 1.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters