do not install handle64 on msys builds
This commit is contained in:
parent
a1d00da81e
commit
e79b366c73
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -328,7 +328,9 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
/c/ProgramData/chocolatey/choco.exe install --yes --no-progress --limit-output --timeout 180 --force stunnel || true
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://live.sysinternals.com/handle64.exe --output /bin/handle64.exe
|
||||
if [ '${{ matrix.sys }}' != 'msys' ]; then
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://live.sysinternals.com/handle64.exe --output /bin/handle64.exe
|
||||
fi
|
||||
|
||||
- name: 'run tests'
|
||||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user