Skip to content

Commit b764a20

Browse files
committed
install emacs-libvterm
1 parent 5b9d6c6 commit b764a20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/melpazoid.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: [push, pull_request]
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python 3.10
@@ -18,8 +18,10 @@ jobs:
1818
- name: Install
1919
run: |
2020
python -m pip install --upgrade pip
21+
sudo add-apt-repository universe --yes
22+
sudo apt-get update
2123
sudo apt-get install emacs && emacs --version
22-
sudo apt-get install libvterm
24+
sudo apt-get install elpa-libvterm
2325
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
2426
pip install ~/melpazoid
2527
- name: Run

0 commit comments

Comments
 (0)