Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-r-e committed Dec 31, 2023
1 parent 98918ba commit 3ec3c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: apt-get update && apt-get install -yq gdb make gcc binutils
run: sudo apt-get update && sudo apt-get install -yq gdb make gcc binutils

- name: Run tests
run: make test
run: sudo make test

0 comments on commit 3ec3c55

Please sign in to comment.