We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcd6b8 commit 9d32e6cCopy full SHA for 9d32e6c
.github/workflows/test.yml
@@ -21,9 +21,9 @@ jobs:
21
- uses: purcell/setup-emacs@master
22
with:
23
version: ${{ matrix.emacs-version }}
24
+ - name: Install Compat
25
+ run: emacs --batch --eval "(progn (package-refresh-contents) (package-install 'compat))"
26
- name: Install Gnuplot
27
run: sudo apt update && sudo apt install gnuplot
- - name: Install Compat
- run: emacs --eval "(progn (package-refresh-contents) (package-install 'compat))"
28
- name: Run tests
29
run: make && make test
0 commit comments