We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f12d9 + 94e0575 commit c31d572Copy full SHA for c31d572
.github/workflows/run-citre-tests.yml
@@ -38,8 +38,8 @@ jobs:
38
run: make
39
- name: report features
40
run: ./ctags --list-features
41
- - name: install Emacs
42
- run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs
+ - name: install Emacs and GLOBAL
+ run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs global
43
- name: checkout Citre repo
44
uses: actions/checkout@v2
45
with:
0 commit comments