Skip to content

Commit

Permalink
with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Felipe Dalcin Stieven committed Feb 26, 2024
1 parent bb329f8 commit 52ac90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: evaluator
run: apt update && apt install valgrind && cd qa && ./evaluator.py
run: sudo apt update && sudo apt install valgrind && cd qa && ./evaluator.py

0 comments on commit 52ac90e

Please sign in to comment.