Skip to content

Commit

Permalink
Avoid installing bundler manually for yamatanooroti builds (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Dec 17, 2023
1 parent 320178b commit 1138e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install libvterm
run: |
sudo apt install -y libtool-bin
Expand All @@ -71,7 +72,6 @@ jobs:
sudo make install
- name: Install dependencies
run: |
gem install bundler --no-document
WITH_VTERM=1 bundle install
- name: rake test_yamatanooroti
run: WITH_VTERM=1 bundle exec rake test_yamatanooroti

0 comments on commit 1138e96

Please sign in to comment.