Skip to content

Commit 593e16d

Browse files
authored
update
1 parent 524ed1c commit 593e16d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker_with_ulimit_coredumps.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container:
1111
image: ubuntu:24.04
12-
options:
13-
- --ulimit core=-1,-1
14-
- --init
15-
- --cap-add=SYS_ADMIN
16-
- --cap-add=SYS_PTRACE
17-
- --security-opt seccomp:unconfined
12+
options: --ulimit core=-1,-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined
1813
defaults:
1914
run:
2015
shell: bash -l {0}

0 commit comments

Comments
 (0)