Skip to content

Commit 9d32e6c

Browse files
committed
Update CI
1 parent ffcd6b8 commit 9d32e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- uses: purcell/setup-emacs@master
2222
with:
2323
version: ${{ matrix.emacs-version }}
24+
- name: Install Compat
25+
run: emacs --batch --eval "(progn (package-refresh-contents) (package-install 'compat))"
2426
- name: Install Gnuplot
2527
run: sudo apt update && sudo apt install gnuplot
26-
- name: Install Compat
27-
run: emacs --eval "(progn (package-refresh-contents) (package-install 'compat))"
2828
- name: Run tests
2929
run: make && make test

0 commit comments

Comments
 (0)