Skip to content

Commit 612fcc8

Browse files
author
Jason Duncan
committed
Using setup-emacs
1 parent ca92a3c commit 612fcc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitea/workflows/run-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
- name: Check Out Source
1111
uses: actions/checkout@v4
1212
- name: Install Emacs
13-
run: apt-get update && apt-get install -y git emacs-nox
13+
uses: jcs090218/setup-emacs@master
14+
with:
15+
version: 30.2
1416
- name: Cache Cask Packages
1517
uses: actions/cache@v4
1618
id: cache-cask-packages

0 commit comments

Comments
 (0)