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 5eb3412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -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 elpa-vterm
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
Expand Down

0 comments on commit 5eb3412

Please sign in to comment.