Skip to content

Commit 94e0575

Browse files
committed
GitHub Actions: install GLOBAL! for testing with citre
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 37f12d9 commit 94e0575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-citre-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
run: make
3939
- name: report features
4040
run: ./ctags --list-features
41-
- name: install Emacs
42-
run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs
41+
- name: install Emacs and GLOBAL
42+
run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs global
4343
- name: checkout Citre repo
4444
uses: actions/checkout@v2
4545
with:

0 commit comments

Comments
 (0)