1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Install gdb on Actions

This commit is contained in:
Takashi Kokubun 2020-12-19 21:02:18 -08:00
parent 85ec6cc387
commit 02b3555874
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -42,6 +42,7 @@ jobs:
- run: make $JOBS incs
- run: make $JOBS
- run: sudo make $JOBS -s install
- run: sudo apt-get install gdb # used by test / test-all failure
- name: Run test
run: |
ulimit -c unlimited