Skip to content

Commit

Permalink
Use sudo when removing files owned by root
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 11, 2024
1 parent b82b381 commit 7e6f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
./ov rm -rf /opt/.npm
./ov sudo rm -rf /opt/.npm
./ov just lint
validate-codeowners:
Expand Down

0 comments on commit 7e6f5d8

Please sign in to comment.