From: Sergey M․ Date: Sun, 25 Apr 2021 19:16:47 +0000 (+0700) Subject: [workflows/ci.yml] Update link to jython-installer X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=94520568b399d5b4f35a9708f5643d8b16c6c4ee;p=youtube-dl [workflows/ci.yml] Update link to jython-installer --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b50aedc..90bd63c32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Install Jython if: ${{ matrix.python-impl == 'jython' }} run: | - wget http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar -O jython-installer.jar + wget https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar -O jython-installer.jar java -jar jython-installer.jar -s -d "$HOME/jython" echo "$HOME/jython/bin" >> $GITHUB_PATH - name: Install nose