File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 30
30
path : ~/.m2
31
31
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
32
32
restore-keys : ${{ runner.os }}-m2
33
+ - name : Checkout Universal ctags
34
+ uses : actions/checkout@v2
35
+ with :
36
+ repository : universal-ctags/ctags
37
+ path : ctags
33
38
- name : Install pre-requisites (Unix)
34
39
if : runner.os == 'Linux' || runner.os == 'macOS'
35
40
run : ./dev/before_install
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ if [[ "$RUNNER_OS" == "Linux" ]]; then
9
9
10
10
sudo apt-get install -qq \
11
11
cvs \
12
- git \
13
12
mercurial \
14
13
cssc \
15
14
bzr \
Original file line number Diff line number Diff line change 3
3
#
4
4
# Clone Universal ctags Github repository and compile from source.
5
5
#
6
- git clone https://github.com/universal-ctags/ctags.git
7
6
cd ctags
8
7
./autogen.sh
9
8
./configure && make && make install
You can’t perform that action at this time.
0 commit comments