[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat a4c0408eaf 2/2: CI: Fix
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat a4c0408eaf 2/2: CI: Fix |
Date: |
Sun, 3 Nov 2024 06:57:40 -0500 (EST) |
branch: externals/compat
commit a4c0408eafc3958af869727874b715ab6ca23b68
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
CI: Fix
---
.github/workflows/makefile.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 69ce03a2bb..ef81ed5503 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# See
https://github.com/purcell/setup-emacs/blob/master/.github/workflows/test.yml
- emacs_version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1,
27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot]
+ emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1,
27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot]
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master