Skip to content

Commit 27527c5

Browse files
authored
install svn package (#287)
* fix[prepare-svn]: install svn package
1 parent 3f95d90 commit 27527c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prepare-svn/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ outputs:
1212
runs:
1313
using: "composite"
1414
steps:
15+
- name: install svn
16+
shell: bash
17+
run: sudo apt-get install -y subversion
1518
- name: Get latest svn revision from remote server
1619
shell: bash
1720
id: svnRemote

0 commit comments

Comments
 (0)