Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 24, 2024
1 parent 9c57452 commit 49f01c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
run: go install golang.org/x/tools/cmd/cover@latest

- name: Install lcov
run: apt-get install -y lcov
run: sudo apt-get install -y lcov

- name: Create coverage directory
run: mkdir -p coverage/html/{mythic,agent}
Expand Down

0 comments on commit 49f01c5

Please sign in to comment.