Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 739bf67

Browse files
committed
remove sudo
1 parent bb48f07 commit 739bf67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docu-policy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444

4545
- name: Install jq
4646
run: |
47-
sudo apt-get update
48-
sudo apt-get install -y jq
47+
apt-get update
48+
apt-get install -y jq
4949
jq --version
50-
50+
5151
- name: Env Sanity Check
5252
run: echo $MERGE_COMMIT_SHA
5353

0 commit comments

Comments
 (0)