Skip to content

Commit

Permalink
CI: fetch Proxifier and Spyware Doctor AV LSP's from a source we control
Browse files Browse the repository at this point in the history
Closes #1938
  • Loading branch information
belm0 committed Apr 5, 2021
1 parent 6754c74 commit fb33162
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
extra_name: ', with Komodia LSP'
- python: '3.8'
arch: 'x64'
lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe'
lsp_extract_file: ''
lsp: 'https://raw.githubusercontent.com/python-trio/trio-ci-assets/master/ProxifierSetup.zip'
lsp_extract_file: 'ProxifierSetup.exe'
extra_name: ', with IFS LSP'
- python: '3.8'
arch: 'x64'
lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'
lsp_extract_file: ''
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'
extra_name: ', with non-IFS LSP'
steps:
- name: Checkout
Expand Down

0 comments on commit fb33162

Please sign in to comment.