Skip to content

Commit b5285ff

Browse files
author
Vladimir Kotal
committed
clone ctags for release build
1 parent f8dd3dc commit b5285ff

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
path: ~/.m2
3737
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3838
restore-keys: ${{ runner.os }}-m2
39+
- name: Checkout Universal ctags
40+
uses: actions/checkout@v2
41+
with:
42+
repository: universal-ctags/ctags
43+
path: ctags
3944
- name: Install pre-requisites
4045
run: ./dev/before_install
4146
- name: Before build actions

dev/install-universal_ctags.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
#
46
# Clone Universal ctags Github repository and compile from source.
57
#

0 commit comments

Comments
 (0)