Skip to content

Commit

Permalink
Add Subversion instllation step to CI workflows
Browse files Browse the repository at this point in the history
Since Ubuntu 24.04 Github worker svn is no longer included
and needs to be setup manually.
  • Loading branch information
klemens-st committed Dec 18, 2024
1 parent 4a4e73b commit 57c179f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- name: Setup Subversion
run: sudo apt install subversion
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
Expand Down

0 comments on commit 57c179f

Please sign in to comment.