Skip to content

Commit 99f6d93

Browse files
committed
Try Slik.Subversion
1 parent 4417e18 commit 99f6d93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,10 @@ jobs:
201201
python-version: ${{ matrix.python }}
202202
allow-prereleases: true
203203

204-
- name: Install TortoiseSVN CLI
204+
- name: Install Subversion
205205
shell: pwsh
206206
run: |
207-
$msiFeatures = "CLI"
208-
$override = "/quiet /norestart ADDLOCAL=$msiFeatures"
209-
winget install --accept-source-agreements --accept-package-agreements -e --id TortoiseSVN.TortoiseSVN --override $override
207+
winget install --accept-source-agreements --accept-package-agreements -e --id Slik.Subversion
210208
211209
- run: pip install nox
212210

0 commit comments

Comments
 (0)