Skip to content

Commit 3f7f747

Browse files
CI: Use our own copy of chrome 70.0. Let's see if they can this one down =]
1 parent f7d9646 commit 3f7f747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: selenium-standalone start &
3737
- run: npm install
3838
- run: npm run build --if-present
39-
- run: wget http://mirror.unesp.br/deepin/pool/non-free/g/google-chrome-stable/google-chrome-stable_70.0.3538.77-1_amd64.deb
39+
- run: wget http://tlog.galvanicloop.com/illjusthostmyown/google-chrome-stable_70.0.3538.77-1_amd64.deb
4040
- run: sudo apt update
4141
- run: sudo apt install -y ./google-chrome-stable_70.0.3538.77-1_amd64.deb --allow-downgrades
4242
- run: sudo apt install -y default-jdk

0 commit comments

Comments
 (0)