Skip to content

Commit 4f911b7

Browse files
authored
Update .github/workflows/ci.yml
1 parent bca7523 commit 4f911b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
pwn phd -l 0x3d --color=always /etc/os-release
165165
166166
pwn checksec /bin/bash
167-
pwn checksec -v 500000 /bin/bash
167+
(ulimit -v 500000 && pwn checksec /bin/bash)
168168
169169
pwn errno 2
170170
pwn errno -1

0 commit comments

Comments
 (0)