Skip to content

Commit

Permalink
Install yamatanooroti gem and vterm gem by bundle command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Apr 4, 2021
1 parent 27b689a commit e9d6833
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Install libvterm
run: |
sudo apt install -y libtool-bin
Expand All @@ -109,8 +107,8 @@ jobs:
sed -i -e 's/^PREFIX=.*$/PREFIX=\/usr/g' Makefile
make
sudo make install
- name: Install yamatanooroti
run: gem install yamatanooroti vterm
- name: Install dependencies
run: WITH_VTERM=1 bundle install
- name: Install latest irb
run: gem install irb -f
- name: rake test_yamatanooroti
Expand Down

0 comments on commit e9d6833

Please sign in to comment.