Skip to content

Commit ed5241d

Browse files
authored
3
1 parent 20ad317 commit ed5241d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_with_ulimit_coredumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container:
1111
image: ubuntu:24.04
12-
options: --ulimit core=-1,-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined
12+
options: --ulimit core=-1:-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined
1313
defaults:
1414
run:
1515
shell: bash -l {0}

0 commit comments

Comments
 (0)