File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 run : |
6161 mkdir -p ~/cache
6262 pushd $HOME
63- wget "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
63+ wget -O "en.${IDE_PKG_NAME}.sh.zip" "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
6464 unzip en.${IDE_PKG_NAME}.sh.zip
6565 chmod +x ${IDE_PKG_NAME}.sh
6666 ./${IDE_PKG_NAME}.sh --tar -xf ./${IDE_PKG_NAME}.tar.gz
@@ -155,7 +155,7 @@ jobs:
155155 export PATH="$(realpath ~/scoop)/shims:${PATH}"
156156 mkdir -p ~/cache
157157 pushd $HOME
158- wget "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
158+ wget -O "en.${{ matrix.ide_pkg_name }}.exe.zip" "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
159159 7z x en.${{ matrix.ide_pkg_name }}.exe.zip
160160 mv ${{ matrix.ide_pkg_name }}.exe ~/cache/${{ matrix.ide_pkg_name }}.exe
161161 popd
You can’t perform that action at this time.
0 commit comments