diff --git a/.github/workflows/run-citre-tests.yml b/.github/workflows/run-citre-tests.yml index 043ba19399..cd04c9afbf 100644 --- a/.github/workflows/run-citre-tests.yml +++ b/.github/workflows/run-citre-tests.yml @@ -38,8 +38,8 @@ jobs: run: make - name: report features run: ./ctags --list-features - - name: install Emacs - 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 - name: checkout Citre repo uses: actions/checkout@v2 with: