From 0683763eb07e4aab67ba315c3d3c244ae0aea37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KARASZI=20Istv=C3=A1n?= Date: Fri, 25 Sep 2026 17:13:06 +0200 Subject: [PATCH] Skip eask package on Emacs 28.1 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3aa1d..bb7e46d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: - uses: emacs-eask/setup-eask@master with: version: 'snapshot' - - run: eask package + # package-build from MELPA needs Emacs 29.1 or later. + - if: matrix.emacs_version != '28.1' + run: eask package - run: eask install-deps - run: eask compile - run: eask lint package