Skip to content

Commit 8a23557

Browse files
committed
add subversion which is not included in ubuntu anymore
1 parent 8790f0b commit 8a23557

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
name: New tag
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install Subversion
12+
run: sudo apt-get update && sudo apt-get install -y subversion
1113
- name: Checkout code
1214
uses: actions/checkout@v4
1315
- name: WordPress Plugin Deploy

0 commit comments

Comments
 (0)