Skip to content

Commit c86a4a6

Browse files
committed
Add SVN to PATH
1 parent 73da1fd commit c86a4a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
shell: pwsh
206206
run: |
207207
choco install svn -y --no-progress
208+
echo "C:\Program Files (x86)\Subversion\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
208209
209210
- run: pip install nox
210211

0 commit comments

Comments
 (0)