We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d532772 commit c2a5c24Copy full SHA for c2a5c24
.github/workflows/linux.yml
@@ -17,7 +17,7 @@ jobs:
17
# https://github.com/actions/runner-images/issues/9491
18
run: sudo sysctl vm.mmap_rnd_bits=28
19
- name: Run the test suite
20
- run: ./mktree.oci check --interactive=false -j$(nproc)
+ run: sudo ./mktree.oci check --interactive=false -j$(nproc)
21
working-directory: ./tests
22
23
env:
0 commit comments