Skip to content

Commit 53074af

Browse files
committed
ci: fix ci error
1 parent c2b506a commit 53074af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ jobs:
99
uses: actions/checkout@v3
1010

1111
- name: Install
12-
run: sudo apt update && sudo apt install -y git emacs-nox zip
12+
run: sudo apt update && sudo apt install -y git zip
1313

1414
- name: Tree-Sitter
1515
uses: tree-sitter/setup-action@v2
1616
with:
1717
install-lib: true
1818

19+
- name: Set up Emacs
20+
uses: purcell/setup-emacs@master
21+
with:
22+
version: snapshot
23+
1924
- name: Build
2025
run: |
2126
git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d; \

0 commit comments

Comments
 (0)