diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e5290e623..969e460054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,11 @@ jobs: lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe' lsp_extract_file: '' 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: '' - extra_name: ', with non-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: '' + # extra_name: ', with non-IFS LSP' steps: - name: Checkout uses: actions/checkout@v2