Skip to content

Commit 358bc2f

Browse files
make the gcc runners privliged so they can use cap_sys_nice
1 parent 44db792 commit 358bc2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gcc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
continue-on-error: true
4141

4242
# Use the container for this specific version of gcc
43-
container: ${{ matrix.toolchain.container }}
43+
container:
44+
image: ${{ matrix.toolchain.container }}
45+
options: --privileged
4446

4547
steps:
4648
- name: Checkout Code

0 commit comments

Comments
 (0)