Skip to content

Commit fa35032

Browse files
committed
install svn
1 parent 3387b76 commit fa35032

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
extensions: mysqli, zip, imagick
6767
- name: Start MySQL Service
6868
run: sudo systemctl start mysql
69+
- name: Install Subversion
70+
run: |
71+
sudo apt-get update
72+
sudo apt-get install subversion
73+
svn --version
6974
- name: Cache dependencies
7075
uses: actions/cache@v3
7176
with:

0 commit comments

Comments
 (0)