We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6754c74 commit fb33162Copy full SHA for fb33162
.github/workflows/ci.yml
@@ -27,13 +27,13 @@ jobs:
27
extra_name: ', with Komodia LSP'
28
- python: '3.8'
29
arch: 'x64'
30
- lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe'
31
- lsp_extract_file: ''
+ lsp: 'https://raw.githubusercontent.com/python-trio/trio-ci-assets/master/ProxifierSetup.zip'
+ lsp_extract_file: 'ProxifierSetup.exe'
32
extra_name: ', with IFS LSP'
33
34
35
- lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'
36
+ lsp: 'https://raw.githubusercontent.com/python-trio/trio-ci-assets/master/sdasetup-9.0.0.912_Trial.zip'
+ lsp_extract_file: 'sdasetup-9.0.0.912_Trial.exe'
37
extra_name: ', with non-IFS LSP'
38
steps:
39
- name: Checkout
0 commit comments