We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b03794 commit ee96564Copy full SHA for ee96564
1 file changed
.github/workflows/run.yml
@@ -19,7 +19,8 @@ jobs:
19
20
- name: Install Subversion (SVN) on Windows
21
run: |
22
- choco install subversion -y
+ choco install svn -y
23
+ refreshenv
24
svn --version # Verify installation
25
26
- name: Install dfetch
@@ -75,7 +76,8 @@ jobs:
75
76
- name: Install Subversion (SVN)
77
if: matrix.platform == 'windows-latest'
78
79
80
81
82
83
0 commit comments