Skip to content

Commit 35c0a0a

Browse files
authored
Fix: Run GH workflow as root (#123)
1 parent 9dac9a6 commit 35c0a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Make sure git is installed
16-
run: apt-get update && apt-get install git -y && git --version
16+
run: sudo apt-get update && apt-get install git -y && git --version
1717
# "https://google.com/serch"
1818

1919
# The first grep filters out everything that has a link in it. The second filters anything

0 commit comments

Comments
 (0)