1 parent c2b506a commit 53074afCopy full SHA for 53074af
1 file changed
.github/workflows/build_config.yml
@@ -9,13 +9,18 @@ jobs:
9
uses: actions/checkout@v3
10
11
- name: Install
12
- run: sudo apt update && sudo apt install -y git emacs-nox zip
+ run: sudo apt update && sudo apt install -y git zip
13
14
- name: Tree-Sitter
15
uses: tree-sitter/setup-action@v2
16
with:
17
install-lib: true
18
19
+ - name: Set up Emacs
20
+ uses: purcell/setup-emacs@master
21
+ with:
22
+ version: snapshot
23
+
24
- name: Build
25
run: |
26
git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d; \
0 commit comments