From fac9dc0e50acbb65ef7d5d2fdd533988be0c17ea Mon Sep 17 00:00:00 2001 From: spnda Date: Sat, 21 May 2022 20:38:43 +0200 Subject: [PATCH] Fix: Run GH workflow as root --- .github/workflows/docs-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-checker.yml b/.github/workflows/docs-checker.yml index c03f7fc..18352f1 100644 --- a/.github/workflows/docs-checker.yml +++ b/.github/workflows/docs-checker.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Make sure git is installed - run: apt-get update && apt-get install git -y && git --version + run: sudo apt-get update && apt-get install git -y && git --version # "https://google.com/serch" # The first grep filters out everything that has a link in it. The second filters anything