From 77a8bbd27d488acc3bfd2d95f94edae81800bf9c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 27 May 2022 14:58:44 +0530 Subject: [PATCH] Add sudo --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b181907a..cf1b9a4e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -32,7 +32,7 @@ jobs: - name: Build & Lint run: | - apt install build-essential -y + sudo apt install build-essential -y yarn install yarn build yarn lint