Skip to content

Commit d7c328a

Browse files
author
Vladimir Kotal
committed
windows: install ctags+svn, run Maven
1 parent ee57af6 commit d7c328a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ jobs:
5757
uses: actions/setup-java@v1
5858
with:
5959
java-version: 11
60-
- name: Install pre-requisites
61-
run: ./dev/before_install
60+
- name: Install Universal ctags
61+
run: choco install universal-ctags
62+
- name: Install Subversion
63+
run: choco install svn
6264
- name: Before build actions
6365
run: ./dev/before
6466
- name: Build
65-
run: ./dev/main
67+
run: mvn -B -V verify

0 commit comments

Comments
 (0)