Skip to content

Commit 6adbf4f

Browse files
committed
CI: fetch Proxifier from a source we control
raised in #1938
1 parent 52a210f commit 6adbf4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
extra_name: ', with Komodia LSP'
2828
- python: '3.8'
2929
arch: 'x64'
30-
lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe'
31-
lsp_extract_file: ''
30+
lsp: 'https://raw.githubusercontent.com/python-trio/trio-ci-assets/master/ProxifierSetup.zip'
31+
lsp_extract_file: 'ProxifierSetup.exe'
3232
extra_name: ', with IFS LSP'
3333
#- python: '3.8'
3434
# arch: 'x64'

0 commit comments

Comments
 (0)