Skip to content

Commit 2173e60

Browse files
committed
Add Subversion installation step to CI workflows
Since Ubuntu 24.04 Github worker svn is no longer included and needs to be setup manually.
1 parent 4a4e73b commit 2173e60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- 3306:3306
2323
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2424
steps:
25+
- name: Setup Subversion
26+
run: sudo apt install subversion
2527
- name: Checkout
2628
uses: actions/checkout@v2
2729
- name: Setup PHP

0 commit comments

Comments
 (0)