Skip to content

Commit c2a5c24

Browse files
committed
Test
1 parent d532772 commit c2a5c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# https://github.com/actions/runner-images/issues/9491
1818
run: sudo sysctl vm.mmap_rnd_bits=28
1919
- name: Run the test suite
20-
run: ./mktree.oci check --interactive=false -j$(nproc)
20+
run: sudo ./mktree.oci check --interactive=false -j$(nproc)
2121
working-directory: ./tests
2222

2323
env:

0 commit comments

Comments
 (0)