We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0603f commit e098618Copy full SHA for e098618
.circleci/config.yml
@@ -163,8 +163,8 @@ jobs:
163
- run:
164
name: Setup Chrome
165
command: |
166
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
167
- sudo apt install ./google-chrome-stable_current_amd64.deb
+ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb --directory-prefix=/tmp/
+ sudo apt install /tmp/google-chrome-stable_current_amd64.deb
168
169
170
name: "Prepare"
0 commit comments