Skip to content

Commit

Permalink
No ulimit on Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 18, 2024
1 parent ec0baf5 commit f370d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def build_kitty():


def test_kitty():
run('ulimit -c unlimited')
if is_macos:
run('ulimit -c unlimited')
run('sudo chmod -R 777 /cores')
run('./test.py', print_crash_reports=True)

Expand Down

0 comments on commit f370d17

Please sign in to comment.