Skip to content

Commit ee96564

Browse files
committed
Use svn instead of subversion
1 parent 9b03794 commit ee96564

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/run.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
- name: Install Subversion (SVN) on Windows
2121
run: |
22-
choco install subversion -y
22+
choco install svn -y
23+
refreshenv
2324
svn --version # Verify installation
2425
2526
- name: Install dfetch
@@ -75,7 +76,8 @@ jobs:
7576
- name: Install Subversion (SVN)
7677
if: matrix.platform == 'windows-latest'
7778
run: |
78-
choco install subversion -y
79+
choco install svn -y
80+
refreshenv
7981
svn --version # Verify installation
8082
8183
- name: Install dfetch

0 commit comments

Comments
 (0)