Skip to content

Commit

Permalink
Simplify vterm-yamatanooroti's steps (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Jan 6, 2025
1 parent 3e6c12b commit 96941c3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,10 @@ jobs:
fail-fast: false
env:
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}
WITH_VTERM: 1
timeout-minutes: 30
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Ruby
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 @@ -98,8 +94,10 @@ jobs:
sed -i -e 's/^PREFIX=.*$/PREFIX=\/usr/g' Makefile
make
sudo make install
- name: Install dependencies
run: |
WITH_VTERM=1 bundle install
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: rake test_yamatanooroti
run: WITH_VTERM=1 bundle exec rake test_yamatanooroti
run: bundle exec rake test_yamatanooroti

0 comments on commit 96941c3

Please sign in to comment.