CI: Missing sudo.

This commit is contained in:
David Himmelstrup 2020-09-22 13:53:01 +08:00
commit 76c7a99edd

View file

@ -18,7 +18,7 @@ jobs:
sudo apt-get -y install w3c-linkchecker
- name: Check websocket connection
run: |
npm install -g wscat
sudo npm install -g wscat
wscat --version
wscat --connect --help "wss://reanimate.clozecards.com:443/ws/"
- name: Check links at reanimate.github.io