Skip to content

Commit 9fc259a

Browse files
authored
Install SVN in ci
1 parent 585e97b commit 9fc259a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
- name: Check out source code
4141
uses: actions/checkout@v3
4242

43+
- name: Install svn
44+
run: sudo apt-get update && sudo apt-get install -y subversion
45+
shell: bash
46+
4347
- name: Set up PHP
4448
uses: shivammathur/[email protected]
4549
with:

0 commit comments

Comments
 (0)