We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4417e18 commit 99f6d93Copy full SHA for 99f6d93
.github/workflows/ci.yml
@@ -201,12 +201,10 @@ jobs:
201
python-version: ${{ matrix.python }}
202
allow-prereleases: true
203
204
- - name: Install TortoiseSVN CLI
+ - name: Install Subversion
205
shell: pwsh
206
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
+ winget install --accept-source-agreements --accept-package-agreements -e --id Slik.Subversion
210
211
- run: pip install nox
212
0 commit comments