There was an error while loading. Please reload this page.
1 parent e3e1dc7 commit 19a731eCopy full SHA for 19a731e
1 file changed
.github/workflows/SvnDist.yml
@@ -25,9 +25,14 @@ jobs:
25
java-version: '8'
26
# Install SVN client as it was removed in windows-latest
27
# https://github.com/actions/runner-images/issues/12677
28
- - name: Install TortoiseSVN
+ - name: Install svn
29
run: |
30
choco install svn
31
+
32
+ - name: Test svn
33
+ run: |
34
+ svn --version
35
+ Svn --version
36
37
- name: Cache
38
uses: actions/cache@v4
0 commit comments