mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
GHA: tidy up quotes, checkout order, silence Android/CMake warnings
- move checkout step right before use. - quotes in yaml and bash. - unfold single-line run commands. - set `CMAKE_WARN_DEPRECATED=OFF` for CMake with Android NDK to avoid a wall of useless deprecation warnings hiding useful output. These warnings happen in 3rd-party scripts, and unfixable in curl. Closes #16042
This commit is contained in:
parent
08e2cceaf1
commit
f1dbe68172
8 changed files with 79 additions and 82 deletions
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue