mirror of
https://github.com/curl/curl.git
synced 2026-07-27 00:37:17 +03:00
cleanup
This commit is contained in:
parent
2bbac99a8b
commit
d1f938a4d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
run: |
|
||||
cd ~
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 3 --retry-connrefused \
|
||||
--location https://franke.ms/download/amiga-gcc.tgz --output pkg.bin
|
||||
https://franke.ms/download/amiga-gcc.tgz --output pkg.bin
|
||||
sha256sum pkg.bin | tee /dev/stderr | grep -qwF -- "${TOOLCHAIN_SHA256}" && tar -xf pkg.bin && rm -f pkg.bin
|
||||
cd opt/amiga
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 --retry-connrefused \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue