Skip to content

Commit

Permalink
fix(workflow): remove sudo from systemctl command in benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Oct 10, 2024
1 parent 74fc117 commit a6405e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- run: go build -o /tmp/ledger ./
- run: echo "running actions as ${USER}"
- run: sudo systemctl restart ledger
- run: systemctl restart ledger
- run: >
earthly
--allow-privileged
Expand Down

0 comments on commit a6405e4

Please sign in to comment.