Skip to content

Commit dbe519d

Browse files
committed
add rg to github CI
1 parent b77c62c commit dbe519d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
continue-on-error: ${{ matrix.ruby == 'ruby-head' }}
2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Install ripgrep
25+
run: sudo apt-get update && sudo apt-get install -y ripgrep
2426
- uses: ruby/setup-ruby@v1
2527
with:
2628
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)