Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

chore: ignore chrome checksums on appveyor #367

Merged
merged 1 commit into from
Sep 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
# Install scripts. (runs after repo cloning)
install:
# Install latest chrome
- choco install googlechrome
- choco install googlechrome --ignore-checksums
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# Output useful info for debugging.
Expand Down