Skip to content

Commit b7ad37b

Browse files
committed
Fix: Properly run workflow as root
1 parent 35c0a0a commit b7ad37b

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: sudo apt-get update && apt-get install git -y && git --version
16+
run: sudo apt-get update && sudo 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)