From 7da5b9304f711bef9100851e19e5c2cb981a450a Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 28 Jan 2020 10:31:44 +0100 Subject: [PATCH] GitHub Actions fix - Cypress deps sudo --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c362a30..bd8ed83 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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: |