Skip to content

Commit

Permalink
Merge pull request #3170 from masatake/github-actions-install-global
Browse files Browse the repository at this point in the history
GitHub Actions: install GLOBAL! for testing with citre
  • Loading branch information
masatake committed Sep 30, 2021
2 parents 37f12d9 + 94e0575 commit c31d572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-citre-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c31d572

Please sign in to comment.