Skip to content

support package-vc-install (package froms git repo) in emacs 29 #23

support package-vc-install (package froms git repo) in emacs 29

support package-vc-install (package froms git repo) in emacs 29 #23

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 25.3
- 26.3
- 27.1
- 28.1
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Print emacs version
run: emacs --version
- name: Install dependency
run: sudo apt install libarchive-tools
- name: Run tests
run: make test