summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-03-16 21:53:55 +0100
committerGravatar GitHub2021-03-16 21:53:55 +0100
commitfcafdd8736b3c383260f0bbe6b63b52208a9e774 (patch)
tree2fb62bf1f7912654832c621a211bf982a0433e1a /.github/workflows
parent12d90831bbfd590f3c9090b6575826f3ff34765d (diff)
parent41eb1ec1508b92382fcec9f9752bfad5dcc8b49a (diff)
downloadnroam-fcafdd8736b3c383260f0bbe6b63b52208a9e774.tar.gz
nroam-fcafdd8736b3c383260f0bbe6b63b52208a9e774.zip
Merge pull request #17 from NicolasPetton/fix-build
Makefile: Use melpa to fix build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3e2d1c4..c288acb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,4 +23,5 @@ jobs:
- name: Test the project
run: |
make ci-dependencies
+ emacs --version
make check