Skip to content

Commit

Permalink
try out my vterm fix to melpazoid
Browse files Browse the repository at this point in the history
  • Loading branch information
vale981 committed Sep 15, 2024
1 parent 3afffd8 commit a226df7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# melpazoid <https://github.com/riscy/melpazoid> build checks.

# If your package is on GitHub, enable melpazoid's checks by copying this file
# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.

name: melpazoid
on: [push, pull_request]

Expand All @@ -22,7 +17,7 @@ jobs:
sudo apt-get update
sudo apt-get install emacs && emacs --version
sudo apt-get install elpa-vterm
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
git clone -b patch-1 https://github.com/vale981/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
env:
Expand Down

0 comments on commit a226df7

Please sign in to comment.