From b624ef693e8c9cc3a0b72c8e95b00c2c572023ed Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sat, 3 Sep 2022 19:11:53 -0700 Subject: [PATCH] sudo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index deba8ae..7632405 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: toolchain: stable - name: Install libraries - run: apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev + run: sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev - name: Install deps and build run: yarn && yarn build --debug