Skip to content

Commit

Permalink
Use libvterm 0.1.4 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmcmillen committed Mar 20, 2021
1 parent ba3e8f6 commit 67f4fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
- name: Install libvterm
run: |
sudo apt install -y libtool-bin
wget http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.3.tar.gz
tar xvzf libvterm-0.1.3.tar.gz
cd libvterm-0.1.3
wget http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz
tar xvzf libvterm-0.1.4.tar.gz
cd libvterm-0.1.4
sed -i -e 's/^PREFIX=.*$/PREFIX=\/usr/g' Makefile
make
sudo make install
Expand Down

0 comments on commit 67f4fc2

Please sign in to comment.