Skip to content

Commit 7302df0

Browse files
committed
.github: sudo make me a sandwich
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 23996a9 commit 7302df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
7070
- name: Test
7171
run: |
72-
make check || (cat test/test-suite.log; false)
72+
sudo make check || (cat test/test-suite.log; false)
7373
- name: Upload Test Results
7474
uses: actions/upload-artifact@v4
7575
with:

0 commit comments

Comments
 (0)