Skip to content

Commit fb33162

Browse files
committed
CI: fetch Proxifier and Spyware Doctor AV LSP's from a source we control
Closes #1938
1 parent 6754c74 commit fb33162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ 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'
35-
lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'
36-
lsp_extract_file: ''
35+
lsp: 'https://raw.githubusercontent.com/python-trio/trio-ci-assets/master/sdasetup-9.0.0.912_Trial.zip'
36+
lsp_extract_file: 'sdasetup-9.0.0.912_Trial.exe'
3737
extra_name: ', with non-IFS LSP'
3838
steps:
3939
- name: Checkout

0 commit comments

Comments
 (0)