Skip to content

Commit

Permalink
Update compat
Browse files Browse the repository at this point in the history
Timestamp: 2023-02-08 15:18:06
GNU ELPA commit: 5c276f056e54dbe266204d02237bdce6699d179f
Emacs commit: 680bc20553ebf01375ab7957b6f0be066335fd6e
  • Loading branch information
GNU ELPA Mirror Bot committed Feb 8, 2023
1 parent 226bd90 commit 2bedcb5
Show file tree
Hide file tree
Showing 9 changed files with 761 additions and 72 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- name: Provide seq.el on Emacs 24
if: ${{ startsWith(matrix.emacs-version, '24.') }}
run: mv .github/workflows/seq-24.el seq.el
- name: Run interpreted tests
run: make test
- name: Compile
Expand Down
Loading

0 comments on commit 2bedcb5

Please sign in to comment.