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.
1 parent f8dd3dc commit b5285ffCopy full SHA for b5285ff
.github/workflows/release.yml
@@ -36,6 +36,11 @@ jobs:
36
path: ~/.m2
37
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
38
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
44
- name: Install pre-requisites
45
run: ./dev/before_install
46
- name: Before build actions
dev/install-universal_ctags.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
#
6
# Clone Universal ctags Github repository and compile from source.
7
0 commit comments