Skip to content

Commit

Permalink
Sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvis committed Jul 13, 2023
1 parent 9dfc5c9 commit 5b33baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- run: apt update
- run: apt install valgrind
- run: sudo apt update
- run: sudo apt install -y valgrind
build:
needs: setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b33baa

Please sign in to comment.