Skip to content

Commit 9e77a6b

Browse files
committed
Let bundler version to setup-ruby@v1
It will fix head CI. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 74c5817 commit 9e77a6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
run: |
3232
sudo apt update
3333
sudo apt -V install libcap-ng-dev
34-
gem install bundler -v 2.2.27
35-
bundle _2.2.27_ install
34+
bundle install
3635
- name: setup linux capability (cap_dac_read_search=+eip)
3736
run: sudo setcap cap_dac_read_search=+eip $(command -v ruby)
3837
if: ${{ matrix.capability }}

0 commit comments

Comments
 (0)