Skip to content

Commit c91f5a0

Browse files
committed
Add Subversion installation step to trunk release workflow
1 parent a754832 commit c91f5a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trunk-release-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
1717

18+
- name: Install Subversion
19+
run: sudo apt-get install subversion
20+
1821
- name: Set up PHP
1922
uses: shivammathur/setup-php@v2
2023
with:

0 commit comments

Comments
 (0)