GitHub Actions fix - Cypress deps sudo

This commit is contained in:
Milos Stojanovic
2020-01-28 10:31:44 +01:00
parent 1e42c1308c
commit 7da5b9304f

View File

@@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Cypress dependencies
run: apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
run: sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- name: npm install, build, and test
run: |