Skip to content

Commit

Permalink
install emacs-libvterm
Browse files Browse the repository at this point in the history
  • Loading branch information
vale981 committed Sep 13, 2024
1 parent 5b9d6c6 commit dc42e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
sudo add-apt-repository universe --yes
sudo apt-get update
sudo apt-get install emacs && emacs --version
sudo apt-get install libvterm
sudo apt-get install emacs-libvterm
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
Expand Down

0 comments on commit dc42e85

Please sign in to comment.