]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: stop deleting curl in non-native workflows
authorViktor Szakats <commit@vsz.me>
Thu, 23 May 2024 12:54:49 +0000 (14:54 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 24 May 2024 20:13:18 +0000 (22:13 +0200)
commit4a198a50db2352efa9eaddae7292ccb4183e17bb
tree4625631f97783c5ec6972682700a343bc2359902
parent02b14378e699854b93fa10d08ef3e3ce26198502
GHA: stop deleting curl in non-native workflows

We do it in Cirrus CI, but for some platforms it's not possible to
delete it and tests work anyway.

The test runner also runs `../src/curl` by default, which is always the
one freshly built. The runner may also need the system curl to talk to
APIs when needed.

Also:
- stop setting `CURL` env. This isn't picked up by the runners,
  and works out of the box anyway.
- quote an option just in case.

Follow-up to 90e644f944969bb11c6448bf50c6d441b5c0b1e6 #13583
Closes #13765
.github/workflows/non-native.yml