mirror of
https://github.com/curl/curl.git
synced 2026-06-13 08:15:37 +03:00
or higher -> or greater 7 GHA
This commit is contained in:
parent
f60248956a
commit
ca032f6b0a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux-old.yml
vendored
4
.github/workflows/linux-old.yml
vendored
|
|
@ -116,8 +116,8 @@ jobs:
|
|||
echo '::group::raw'; cat bld-1/lib/curl_config.h || true; echo '::endgroup::'
|
||||
grep -F '#define' bld-1/lib/curl_config.h | sort || true
|
||||
|
||||
# when this job can get libssh 0.9.0 or higher, this should get that enabled again
|
||||
# when this job can get c-ares 1.16.0 or higher, this should get that enabled again
|
||||
# when this job can get libssh 0.9.0 or greater, this should get that enabled again
|
||||
# when this job can get c-ares 1.16.0 or greater, this should get that enabled again
|
||||
|
||||
- name: 'CM configure (out-of-tree, zstd, gssapi)'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue