From 849a74c24597c72818f194cf410087fc7c07f3d1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 20 Aug 2022 17:43:19 -0400 Subject: ci, make: Include compat for Transient Transient requires compat as of 5ae3c40 (Depend on compat package from GNU Elpa, 2022-04-22). --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a76344a..887c562 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,11 @@ jobs: uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs_version }} + - name: Check out compat + uses: actions/checkout@v2 + with: + repository: phikal/compat.el + path: compat - name: Check out transient uses: actions/checkout@v2 with: @@ -32,6 +37,8 @@ jobs: run: | python -m pip install --upgrade pip pip install snakemake + - name: Build compat + run: make -C compat compile - name: Build snakemake-mode run: make -C snakemake-mode all - name: Test snakemake-mode -- cgit v1.2.3