mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:53:06 +03:00
parent
af511a22cb
commit
c583e825f7
5 changed files with 45 additions and 45 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -316,7 +316,7 @@ jobs:
|
|||
key: ${{ runner.os }}-djgpp-${{ env.TOOLCHAIN_VERSION }}-amd64
|
||||
|
||||
- name: 'install compiler (djgpp)'
|
||||
if: ${{ steps.cache-compiler.outputs.cache-hit != 'true' }}
|
||||
if: ${{ !steps.cache-compiler.outputs.cache-hit }}
|
||||
run: |
|
||||
cd ~
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 3 --retry-connrefused \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue